Is it possible to use Qt Creator (MinGW build) as just-in-time debugder? Instead of VS on windows.
Every time, when my application crush, Windows propose me to use Visual Studio as debugger.
Is it possible to use Qt Creator (MinGW build) as just-in-time debugder? Instead of VS on windows.
Every time, when my application crush, Windows propose me to use Visual Studio as debugger.
From QtCreator : Launching the Debugger article:
The post-mortem mode is available only on Windows, if you have installed the debugging tools for Windows.
The Qt Creator installation program asks you whether you want to register Qt Creator as a post-mortem debugger. To change the setting, select Tools > Options > Debugger > Common > Use Qt Creator for post-mortem debugging.
You will need to set it up as per documentation:
GDB On Linux and Windows, use the Python-enabled GDB versions that are installed when you install Qt Creator and Qt SDK. On Mac OS X, use the GDB provided with Xcode. You can also build your own Python-enabled GDB. Follow the instructions in Building GDB.
Here you can find the wiki for building GDB yourself:
I am attaching a screenshot from my QtCreator on Linux where you can configure your debugger related options if it is not recognized by default.