I use it all the time when developing ENIGMA and have used it for years. All in all it's very good and feature rich, but sometimes the crash can be so severe that the stack gets corrupt and you can't even find the function name where the crash happened. Other times it's impossible to crash in debug mode, while it crashes all the time in release mode (Heisenbug). But sometimes even debugging in release mode will yield useful results, as often the function names are added even without debugging symbols. Parameters and other things might be optimized out, but function names are still available. We should probably add a debug console option to ENIGMA plugin, so you can run via GDB automatically from IDE.
|