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
I have a $HOME/.gdbinit file with settings/other gdb startup commands.
When debugging via VSCode cpptools extension (as opposed to directly via the command line gdb), is $HOME/.gdbinit file read? If yes, is there a way to disable that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Once a debug executable is created, at times I want to debug it from the command line using gdb directly instead of via VSCode. To enable this command line debugging, as suggested over at https://developers.redhat.com/articles/the-gdb-developers-gnu-debugger-tutorial-part-1-getting-started-with-the-debugger
I have a $HOME/.gdbinit file with settings/other gdb startup commands.
When debugging via VSCode cpptools extension (as opposed to directly via the command line gdb), is $HOME/.gdbinit file read? If yes, is there a way to disable that?
Beta Was this translation helpful? Give feedback.
All reactions