You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node-debug supports many different hit conditions (see this link for more info).
Currently the debug protocol only supports a single variation (when this breakpoint has been hit x times, then stop every time after). If the debug protocol won't implement all the other variations, then we could abuse the new conditional breakpoints to leverage our own hit count, by adding an expression like this. Consider the hit condition % 5
Node-debug supports many different hit conditions (see this link for more info).
Currently the debug protocol only supports a single variation (when this breakpoint has been hit x times, then stop every time after). If the debug protocol won't implement all the other variations, then we could abuse the new conditional breakpoints to leverage our own hit count, by adding an expression like this. Consider the hit condition
% 5
The text was updated successfully, but these errors were encountered: