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
Allow to set breakpoint on a not loaded yet script
Watch 'afterCompile' events, if scripts name matches one from pending breakpoints list - add breakpoint
Note: currently it is assumed that all open buffers have associated script id (because we open them from break event).
The text was updated successfully, but these errors were encountered:
Also: try to associate buffer not opened by agent ( search all known scripts for one with name == file name ). If not found, add to pending breakpoints list.
Allow to set breakpoint on a not loaded yet script
Watch 'afterCompile' events, if scripts name matches one from pending breakpoints list - add breakpoint
Note: currently it is assumed that all open buffers have associated script id (because we open them from break event).
The text was updated successfully, but these errors were encountered: