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
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.
The text was updated successfully, but these errors were encountered:
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.
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
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.The text was updated successfully, but these errors were encountered: