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

📄 debug.bat

📁 应用程序调试技术(DebuggingApplication)源代码
💻 BAT
字号:
if not exist .\WinDebug/NUL mkdir .\WinDebug
if not exist ..\..\..\Output/NUL mkdir ..\..\..\Output
cl.exe  -D_X86_=1 /DWIN32 /D_WINDOWS /DSTRICT /D_DEBUG /DDEBUG /D_MBCS /D_AFXDLL  /nologo /WX /GX    /MDd /Od /W3 /c  /Zi        /GZ                /Fp.\WinDebug\TNHTest.pch -I.. /Fd..\..\..\Output/"TNHTest.pdb" /YX.\WinDebug\TNHTest.pch /Fo.\WinDebug/ TNHTest.cpp
link.exe kernel32.lib user32.lib gdi32.lib advapi32.lib     /NOLOGO /MACHINE:i386 /OUT:..\..\..\Output/TNHTest.exe   /SUBSYSTEM:console /INCREMENTAL:yes  /DEBUG /PDB:..\..\..\Output/"TNHTest.pdb" /PDBTYPE:CON ..\..\..\Output\TNotifyHlp.lib  .\WinDebug/TNHTest.OBJ

⌨️ 快捷键说明

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