📄 dll_debug.pas
字号:
//////////////////////////////////////////////////////////////////////
//
// Delphi Debugging routings for the A6_5x Engine plugin dll done by
// Michal Messerschmidt aka LazyDog of Lazy Dog Software
// (www.LazyDogSoftware.com)
// (c) Lazy Dog Software / Michael Messerschmidt 2006
//
// SDK Version 6.50.6
//
// tested on Delphi 5,6,7,2005 & 2006
//
// how to use:
//
// add uses DLL_Debug to your delphi plugin to use the routines included.
//////////////////////////////////////////////////////////////////////
unit DLL_Debug;
{$DEFINE USEDLL}
{$I Debug.pas}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -