📄 debug.bat
字号:
call cp.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/PCH.pch -I..\..\ -I..\..\..\..\include /Fd..\..\..\..\Output/"PPKTest.pdb" /Yc"PCH.h" /Fo.\WinDebug/ PCH.cpp
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/PCH.pch -I..\..\ -I..\..\..\..\include /Fd..\..\..\..\Output/"PPKTest.pdb" /Yu"PCH.h" /Fo.\WinDebug/ ParsePlayKeysString.cpp
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/PCH.pch -I..\..\ -I..\..\..\..\include /Fd..\..\..\..\Output/"PPKTest.pdb" /Yu"PCH.h" /Fo.\WinDebug/ PPKTest.cpp
link.exe kernel32.lib user32.lib gdi32.lib advapi32.lib ..\..\..\..\Output\BugslayerUtil.lib /NOLOGO /MACHINE:i386 /OUT:..\..\..\..\Output/PPKTest.exe /SUBSYSTEM:console /INCREMENTAL:yes /DEBUG /PDB:..\..\..\..\Output/"PPKTest.pdb" /PDBTYPE:CON .\WinDebug/ParsePlayKeysString.OBJ .\WinDebug/PPKTest.OBJ
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -