Plugin crashes only in debug
-
Hi, I'm a newbie...
I'm working on a plugin for a couple of months.
I got a new PC, but my plugin crashes on it in debug mode.
Release works file but I need to debug my work...
The crash is in QApplication Ctor:
int argc = 0;
QApplication app(argc, nullptr);
I need to open a QFileDialog...
What can I do? -
Hi,
You might be hitting an assert however without more information it's pretty much Crystal Ball debugging.
What does a run through the debugger tell you ?