java - How to Debug openjdk using gdb? - Stack Overflow I have built openJDK the debugging version with the following configuration options in README-builds bash configure ---with-debug-level=slowdebug --with-target-bits=64 However I cannot set any
How to display the code window when debugging by GDB By using layout next we can see the source code on different window If the program didn't start running we will see empty screen for the beginning, when it starts the program will appear on different window
gdb split view with code - Stack Overflow I was just debugging a program in gdb and somehow I found a new feature I've never seen or even heard of before, a split view where I can see and browse the code in addition to giving commands: Wha