Stack serialization with Fuel ===================================== The integration of the Fuel object serializer (http://rmod.inria.fr/web/software/Fuel) makes it possible to persist stack traces. Simply right click on a stack frame in the debugger and select "Fuel out Stack" to produce a *.fuel file that represents the debugger. To look at the serialized exception stack, simply drag the *.fuel file onto the image and you will see a new debugger titled "External stack". Alternatively, open a file browser, select the *.fuel file and click on "materialize".