May 10, 2018
11:56 a.m.
Am 10.05.2018 um 11:58 schrieb Petr Fischer <petr.fischer@me.com>:
Hello, what is the current procedure for achieving %subj%? I am on latest Pharo 5.
I am serializing server side exception with:
FLSerializer serialize: anException toFileNamed: 'something'.
But how to open a debugger after materialization on the "dev machine side"?
I found (Google, Mailing list) some examples, but it's obsolete (the debugger class no longer exists in Pharo 5 etc etc).
Thanks! Petr Fischer
Have a look at FuelOutStackDebugAction>>#serializeTestFailureContext:toFileNamed: Hope this helps! Norbert