📄 algogdb
字号:
Source-Level Debug with Algorithmics' gdbSource-Level Debug with Algorithmics' gdbTo use the debug Monitor with Algorithmic'sgdb, you will need two serial ports. One serial port (connected tothe Monitor's tty0) will be used as the console. This port is used to issuethe command 'debug'. It is also the port where program I/O willappear. The second port is used for gdb to communicate with the Monitor'stty1. It is also used to download the program prior to switching to'debug' mode.-- Compile and link programs with -gPMONload Prepare for download% edown debug Enter gdb mode(gdb) b main Set breakpoint at main(gdb) run Start execution
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -