- Status Closed
- Percent Complete
- Task Type Feature Request
- Category ECMAScript
-
Assigned To
andrew - Operating System Linux (All / Other)
- Severity Low
- Priority Very Low
- Reported Version 3 Beta 3
- Due in Version 3.0.0
-
Due Date
Undecided
- Votes
- Private
Attached to Project: QCAD Bugtracker
Opened by hungerburg - 20.10.2011
Last edited by andrew - 21.10.2011
Opened by hungerburg - 20.10.2011
Last edited by andrew - 21.10.2011
FS#323 - Exceptions in headless scripts
The 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…
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
You're of course right. We will have to look into that.
Notes for myself:
- QScriptEngine::signalHandlerException
- disable debugger