On 2013-02-16, at 14:11, Ben Coman <[email protected]> wrote: > Marcus Denker wrote: >> Hi, >> >> To make it easy to explore why a test fails on the test server we serialize >> the stack of falling tests. >> >> With two changes this has now gotten much easier: >> >> 1) Drag and Drop support for .fuel file >> Just drag the file to the Pharo Desktop --> Debugger opens >> > > Could you advise how to do this from an operational image (that is, not a CI > test image). I would like to use this to demonstrate Pharo's outstanding > development environment. A killer feature would be the debugger having a > <File out> button, that a user could use to mail to support. Does any other > programming system allow this ?
you can just select "fileout / serialize stack" in the debugger somewhere. The you get a local .fuel file with the serialized stack :)
