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
Fix strange issue with setting breakpoints in manual disassembly views
- VS Code passes the path in a different manner when the view is opened manually - vs when opened automatically because of being passed the view from the debug session. Work around the differences here.
Improve handling of breakpoints
- Fixes cases where breakpoints could be clear incorrectly
- Adds support for breakpoints added through disassembly views