In my extension, I would like to to save information associated with breakpoints (i.e. entries in debug.breakpoints). However, while the breakpoints themselves are preserved in workspace state, their IDs are not. Instead, they seem to be re-generated upon loading the workspace.
Would it be possible to preserve the breakpoint IDs as well?
In my extension, I would like to to save information associated with breakpoints (i.e. entries in
debug.breakpoints). However, while the breakpoints themselves are preserved in workspace state, their IDs are not. Instead, they seem to be re-generated upon loading the workspace.Would it be possible to preserve the breakpoint IDs as well?