QCAD - 2D CAD System.
Click here for a documentation of the DokuWiki formatting syntax that can be used in reports
Please search for existing tasks (also closed ones) before opening a new task.
Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help - Check for Updates)
FS#323 - Exceptions in headless scripts
Opened by Peter (hungerburg) - Thursday, 20 October 2011, 13:17 GMT+2
Last edited by Andrew (andrew) - Friday, 21 October 2011, 13:01 GMT+2
|
DetailsThe capability of running headless, ie. without GUI, is a very welcome addition to QCAD. I suggest one more improvement: When an exception occurs in a script (running from autostart) and no-gui was opted for on the command line, QCAD should not try to bring up the debugger ever (regardless of any preferences), but print the message of the exception and possibly a backtrace instead.
Otherwise all errors will produce the same message⦠|
You're of course right. We will have to look into that.
Notes for myself:
- QScriptEngine::signalHandlerException
- disable debugger