There is already a pair of pre-made batch files for debugging the OHRRPGCE. Or you can create a batch file with the same command in it. From a command-line prompt, you can type:Ĭ:\mingw\bin\gdb.exe program_to_debug.exe (These instructions are for mingw32, not the mingw-w64 fork. You can get the latest mingw installer here which can in turn install gdb.Īfter installing MinGW, run the 'MinGW Installation Manager' (which for me was located in C:\MinGW\libexec\mingw-get\guimain.exe ) and then make sure that the mingw32-gdb bin package is installed. MinGW distributes a Windows version of gdb. Note Follow WindowsUpdate to find out when new content is published to the Windows release health dashboard. For an overview of Windows 11, version 22H2, see its update history page. If you are using Linux, you probably already have gdb, but if you are using Windows, you will need to install it. For information about Windows update terminology, see the article about the types of Windows updates and the monthly quality update types.
When used together with gdb, it can provide useful information about crashes.
The latest debug build of the OHRRPGCE is available here: ohrrpgce-wip-directx-sdl-debug.zip. 1 getting a debug build of the OHRRPGCE.