






















| languge: | C Java Python
|---|
| compiler: | gcc -g hello_world.c javac -g HelloWorld.java
| execute program: | gdb ./a.out jdb Helloworld same with compiler
| set breakpoint: |
| start execution: | run run no start exection command
| continue execution: | continue continue continue
| step execution: | step step step
| print variable: | print your_variable_name print/dump your_variable_name p your_variable_name
| show local variable: | info locals locals
| nextline: | next next next
| show code: | list list list
| end execution: | quit quit quit
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。