Open
Description
Currently assembly breakpoints are saved by VS Code across sessions, but because they rely on sourceReference
they won't resolve in a new session. Technically it should be possible to resolve them if we save the module+function+offset with the breakpoint, it should be possible to save using the adapterData
field.