serial_debug.ads

来自「RTEMS (Real-Time Executive for Multiproc」· ADS 代码 · 共 18 行

ADS
18
字号
--  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 + =
减小字号Ctrl + -
显示快捷键?