Sept. 11, 2015
2:36 p.m.
Le 11/09/2015 15:49, Alexandre Bergel a écrit :
Hi Cyril,
I use Pillar for AgileVisualization. One problem I have is that the book contains many code snippets. How can I run all the code snippet in order to spot error? Is there an easy way for that?
Alexandre
You mean you you use a lot of scripts with a "eval=true" parameter ? If you want an easy way to debug code into scripts you can remove the "--headless" parameter of the "pharo" script will you test your chapter. During the export if you have an exception the image will open a debugger with the context of the script. -- Cheers Cyril