Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pending breakpoints #12

Closed
sidorares opened this issue Aug 21, 2014 · 1 comment
Closed

Pending breakpoints #12

sidorares opened this issue Aug 21, 2014 · 1 comment

Comments

@sidorares
Copy link
Owner

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).

@sidorares
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant