You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PulpCore
Consider having a flag, (if not Build.debug? i guess it could be an
applet param...) which when set causes Stage.run( ) to pass exceptions
back to the debugger (i.e. no blanket catch). I downloaded my own
copy from SVN and commented out the exception handler so that I could
catch them in the debugger with context, rather than just have to go
based on the stack dump.
Thanks again for such a nice library!
-Arya
p.s. I guess it was more of a comment than a question... implicit
question: is there a better way to achieve what i want?