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
Adding a breakpoint at the first line of code in the main function, then step in/over/out will not work no matter how many times you fire it, it just comes back to the same line
To work around this, perhaps we should inject some worthless noop code as the actual first line only when "stopOnEntry" is true or if there's a breakpoint on the first line of code.
The text was updated successfully, but these errors were encountered:
Adding a breakpoint at the first line of code in the main function, then step in/over/out will not work no matter how many times you fire it, it just comes back to the same line
To work around this, perhaps we should inject some worthless noop code as the actual first line only when "stopOnEntry" is true or if there's a breakpoint on the first line of code.
The text was updated successfully, but these errors were encountered: