dhewm3/neo/tools/debugger
Daniel Gibson 2de8c22f3b Fix MSVC + Tools build
afxv_w32.h (apparently included indirectly viw edit_gui_common.h)
complained that windows.h (included indirectly via DebuggerServer.h
-> platform.h) was included first, apparently that's not allowed..

this was broken by the recent "fix mingw build" commit; now hopefully
both work (MinGW doesn't support building the tools, because they need MFC
which only works with MSVC)
2023-01-21 20:33:14 +01:00
..
debugger.cpp Fix MSVC + Tools build 2023-01-21 20:33:14 +01:00
debugger_common.h - Debuggersever now always builds, but is disabled by default in runtime. 2021-06-17 05:44:23 +02:00
DebuggerApp.cpp debugger 2021-06-17 05:44:23 +02:00
DebuggerApp.h debugger 2021-06-17 05:44:23 +02:00
DebuggerBreakpoint.cpp Debugger: Support OnceOnly-Breakpoints ("Run To Cursor") 2021-07-13 06:11:45 +02:00
DebuggerBreakpoint.h Debugger: Support OnceOnly-Breakpoints ("Run To Cursor") 2021-07-13 06:11:45 +02:00
DebuggerClient.cpp Debugger: Support OnceOnly-Breakpoints ("Run To Cursor") 2021-07-13 06:11:45 +02:00
DebuggerClient.h - Fixed Once Breakpoints 2021-07-13 20:36:53 +02:00
DebuggerFindDlg.cpp - 64bit debugger fixes 2021-06-17 05:44:23 +02:00
DebuggerFindDlg.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
DebuggerMessages.h - Added Console input / command exec to debugger 2021-06-21 14:59:28 +02:00
DebuggerQuickWatchDlg.cpp - 64bit debugger fixes 2021-06-17 05:44:23 +02:00
DebuggerQuickWatchDlg.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
DebuggerScript.cpp - Debuggersever now always builds, but is disabled by default in runtime. 2021-06-17 05:44:23 +02:00
DebuggerScript.h debugger 2021-06-17 05:44:23 +02:00
DebuggerServer.cpp Fix MSVC + Tools build 2023-01-21 20:33:14 +01:00
DebuggerServer.h Fix MinGW build, #505 2023-01-16 03:15:21 +01:00
DebuggerWindow.cpp - another margin size fix 2021-07-18 22:06:38 +02:00
DebuggerWindow.h Shorten file path in backtraces 2022-01-08 17:02:24 +01:00