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
`$FILENAME` is unsafe to include in the globals because it modifies ARGV
and raises an error if it's a file that does not exist. This causes two
issues if rdbg used to debug a command with arguments.
* when using rdbg the server will crash when running `info globals`, as
it does not catch the error
* when using a DAP client that requests globals before the debugged
program was able to handle its arguments then the ARGV changes and
the program will not do what's expected
0 commit comments