ArmaDebugEngine icon indicating copy to clipboard operation
ArmaDebugEngine copied to clipboard

Request: validate breakpoint

Open billw2012 opened this issue 4 years ago • 2 comments

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.

billw2012 avatar Feb 20 '20 14:02 billw2012

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 avatar Feb 20 '20 14:02 dedmen

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

dedmen avatar Feb 20 '20 17:02 dedmen