You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we add standard --waitForDebugGem option (no short form) along with --debug and --help we can greatly simplify the use of debuggem ... I've already added support DEBUGGEM when unhandled exceptions occur so that a full stack and the oop of the processs (necessary for looking at the stack when using DEBUGGEM), so this is pretty much a no brainer ...
The text was updated successfully, but these errors were encountered:
Right now, if you want to take advantage of the topaz debuggem feature, you have to use a custom topazini file and a command line like this:
If we add standard
--waitForDebugGem
option (no short form) along with--debug
and--help
we can greatly simplify the use of debuggem ... I've already added support DEBUGGEM when unhandled exceptions occur so that a full stack and the oop of the processs (necessary for looking at the stack when using DEBUGGEM), so this is pretty much a no brainer ...The text was updated successfully, but these errors were encountered: