VS Linux C++ Additional Debugger Commands
VS Linux C++ Additional Debugger Commands
Visual Studio 2022 Linux C++ 应用程序,当我们借助 GDB 调试时,如果需要设置其他的 GDB 调试命令,那么应在:
配置属性
=> 调试
=> 其他调试程序命令
一栏中填写需要的 GDB 调试命令。
如下图示例,我们填写了 GDB 调试命令 set print object on
Visual Studio 2022 Linux C++ 应用程序,当我们借助 GDB 调试时,如果需要设置其他的 GDB 调试命令,那么应在:
配置属性
=> 调试
=> 其他调试程序命令
一栏中填写需要的 GDB 调试命令。
如下图示例,我们填写了 GDB 调试命令 set print object on