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
Currently debugging with GDB, and I'm trying to do this: https://ftp.gnu.org/old-gnu/Manuals/gdb-5.1.1/html_node/gdb_34.html. However, I can't for the life of me figure out how to end the command list with the end line. Here is what it looks like in the DEBUG CONSOLE:
The 2nd break command does not have the confirmation output the 1st one had, indicating that it is still counted under the commands.
How do you actually end the breakpoints commands list?
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
-
Currently debugging with GDB, and I'm trying to do this: https://ftp.gnu.org/old-gnu/Manuals/gdb-5.1.1/html_node/gdb_34.html. However, I can't for the life of me figure out how to end the command list with the
end
line. Here is what it looks like in the DEBUG CONSOLE:The 2nd
break
command does not have the confirmation output the 1st one had, indicating that it is still counted under thecommands
.How do you actually end the breakpoints commands list?
Beta Was this translation helpful? Give feedback.
All reactions