dbx
来自「spice中支持多层次元件模型仿真的可单独运行的插件源码」· 代码 · 共 8 行
TXT
8 行
A note when using dbx (under unix-type operating systems) to debug spice3:To avoid a segmentation fault in the initial run, use the following commandin dbx: setenv SPICE_NO_DATASEG_CHECK "1"Or, the comparable command in your shell before running dbx. Thisdisable accurate tracking of how much memory is used.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?