mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.0.1505: debugger can't break on a condition
Problem: Debugger can't break on a condition. (Charles Campbell) Solution: Add ":breakadd expr". (Christian Brabandt, closes #859)
This commit is contained in:
@@ -3085,6 +3085,8 @@ ex_call(exarg_T *eap)
|
||||
failed = TRUE;
|
||||
break;
|
||||
}
|
||||
if (has_watchexpr())
|
||||
dbg_check_breakpoint(eap);
|
||||
|
||||
/* Handle a function returning a Funcref, Dictionary or List. */
|
||||
if (handle_subscript(&arg, &rettv, !eap->skip, TRUE) == FAIL)
|
||||
|
Reference in New Issue
Block a user