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'm using Windows 10 and gcc-13.1.0-mingw-w64ucrt-11.0.0-r5.
I started up gdb with a program with arguments: gdb --args <myprog.exe> <arg1>
I set a breakpoint in one of the source files: break file1.c:177
Then I wanted to see the source code: layout src
The I typed: run
The program never ran. Instead the layout window disappeared, showing the underlying command-line text for a couple seconds. Then my prompt just disappeared. gdb seems to work fine as long as I don't use the "layout" option.
The text was updated successfully, but these errors were encountered:
I'm using Windows 10 and gcc-13.1.0-mingw-w64ucrt-11.0.0-r5.
I started up gdb with a program with arguments:
gdb --args <myprog.exe> <arg1>
I set a breakpoint in one of the source files:
break file1.c:177
Then I wanted to see the source code:
layout src
The I typed:
run
The program never ran. Instead the layout window disappeared, showing the underlying command-line text for a couple seconds. Then my prompt just disappeared. gdb seems to work fine as long as I don't use the "layout" option.
The text was updated successfully, but these errors were encountered: