📄 serial_debug.ads
字号:
-- This package allows one to easily add serial debugging support to any-- Ada program by simply adding "with Serial_Debug; use Serial_Debug".-- Debugging will be automatically initialized when the program is run,-- and it should be possible to interrupt the running program from ddd/gdb.---- Additionally, one can place explicit breakpoints for the debugger using-- the procedure Breakpointpackage Serial_Debug is procedure Breakpoint;private pragma Inline (Breakpoint);end Serial_Debug;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -