#include "patchlist.h"
#include <bzscmn/serializer.h>
#include <bzscmn/file.h>
Go to the source code of this file.
Classes | |
class | CMainDlg |
Main VMMON.EXE dialog. More... | |
Functions | |
DECLARE_SERIALIZEABLE_STRUC10_I (MonitorParams, bool, ToolsNotInstalled, false, BazisLib::String, ToolsPath, _T(""), bool, AutoInvokeDebugger, true, bool, AutoCloseDebugger, false, unsigned, DebuggerType, 1, bool, WaitForOS, true, bool, InitialBreakIn, true, unsigned, DebugLevel, 1, unsigned, PatchDelay, 3, BazisLib::String, CustomDebuggerTemplate, _T("cmd.exe /c \"$(toolspath)\\test.cmd\" $(pipename)")) |
Definition in file MainDlg.h.
DECLARE_SERIALIZEABLE_STRUC10_I | ( | MonitorParams | , | |
bool | , | |||
ToolsNotInstalled | , | |||
false | , | |||
BazisLib::String | , | |||
ToolsPath | , | |||
_T("") | , | |||
bool | , | |||
AutoInvokeDebugger | , | |||
true | , | |||
bool | , | |||
AutoCloseDebugger | , | |||
false | , | |||
unsigned | , | |||
DebuggerType | , | |||
1 | , | |||
bool | , | |||
WaitForOS | , | |||
true | , | |||
bool | , | |||
InitialBreakIn | , | |||
true | , | |||
unsigned | , | |||
DebugLevel | , | |||
1 | , | |||
unsigned | , | |||
PatchDelay | , | |||
3 | , | |||
BazisLib::String | , | |||
CustomDebuggerTemplate | , | |||
_T("cmd.exe /c \"$(toolspath)\\test.cmd\" $(pipename)") | ||||
) |