-
Notifications
You must be signed in to change notification settings - Fork 62
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
Addressing a variable that does not exist causes confusion during a debug session #1855
Comments
I just tested this on idl 6.3 and I can confirm that this is supposed to continue
interesting idl states that it stopped on line 2 but GDL reports stopping on line 3 is this related? |
Yes gdl is always "at the next line" . Dunno if this is unavoidable or if it could be patched. I think when trapped in an unvoluntary error loop as you report, one can do a stepover .so and then continue as usual. |
Btw thanks for reporting, even if this issue will likely be not worked on soon. |
Any updates here? |
When addressing any not existing variable during debugging of a program causes confusion.
The only way to continue is to create that variable with any contents.
Any way to resolve this?
The text was updated successfully, but these errors were encountered: