我经常使用GDB调试我的C程序,并且使用诸如以下的打印选项:
但是现在我每次打开新的GDB会话时都需要设置这些打印选项。 我正在寻找一种可以永久设置这些打印选项的方式,以便在每个新的GDB会话中都设置打印选项。
谢谢
答案 0 :(得分:1)
您可能想在主目录上使用@echo off `print to screen`
msbuild %~dp0A.sln /t:Build /p:Configuration=Debug /p:Platform="Any CPU"`Build A solution`
if not %errorlevel% == 0 exit /b %errorlevel% `exit on failures`
msbuild %~dp0B.sln /t:Build /p:Configuration=Debug /p:Platform="Any CPU" `Build B solution`
if not %errorlevel% == 0 exit /b %errorlevel% `exit on failures`
文件。
gdbinit
请参阅:gdbinit manpage
从联机帮助页:
这些文件包含GDB命令,这些命令可在GDB启动期间自动执行