⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gdbinit_example_template.text

📁 这是一个从音频信号里提取特征参量的程序
💻 TEXT
字号:
# file: $isip/util/misc/diagnose_class/gdbinit_example.text## source the dmalloc file#source /isip/tools/login/debugger_gdb_dmalloc_init.text#source /isip/tools/login/debugger_gdb_dmallocrc.text# setup the main program#file CLASS_NAME.exe# set a breakpoint at the error handler#break 'Error::handle(SysString &, SysString &, long, char *, long, Error::EXIT)'# set a breakpoint at the begining of the class diagnostic method#break 'CLASS_NAME<Char>::diagnose(Integral::DEBUG)' # run dmalloc to read options#dmalloc # run the program#run

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -