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

Request: validate breakpoint #9

Open
billw2012 opened this issue Feb 20, 2020 · 2 comments
Open

Request: validate breakpoint #9

billw2012 opened this issue Feb 20, 2020 · 2 comments

Comments

@billw2012
Copy link
Contributor

Right now I am consciously peppering the code around where i want to stop with breakpoints as they aren't validated as actually correct.
Getting a return from the Set Breakpoint command with the nearest appropriate location (+code snippet/whatever context is available for validation) would be perfect.

@dedmen
Copy link
Owner

dedmen commented Feb 20, 2020

Getting a return from the Set Breakpoint command with the nearest appropriate location (+code snippet/whatever context is available for validation) would be perfect.

ADE doesn't know which scripts exist where or when or if they might at some point.
So it cannot look up the script and see if it can set the breakpoint in there, as it doesn't know the script.

@dedmen
Copy link
Owner

dedmen commented Feb 20, 2020

I can mark a breakpoint as "unverified" and as soon as it his the same source file, itll find the BP and at that point it can verify and tell you if it failed.
It won't be instant, but it will atleast tell you that it didn't work

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

2 participants