observing Pillar execution (PharoLaserGameTutorial)
The Pillar documentation [1] says the "@@note xyz..." should produce "Note: xyz..." but that doesn't seem to be happening. This seems to be handled in PRMarkdownWriter>>visitAnnotatedParagraph: but not in PRLaTexWriter. For the PharoLaserGameTutorial I invoke compile.sh. How can I similarly invoke Pillar but have it in GUI mode with a debugger so that I can learn about how Pillar executes? cheers -ben
On Wed, May 21, 2014 at 3:42 PM, Ben Coman <btc@openinworld.com> wrote:
For the PharoLaserGameTutorial I invoke compile.sh. How can I similarly invoke Pillar but have it in GUI mode with a debugger so that I can learn about how Pillar executes?
you can replace the call to the executable so that it uses that pharo-ui binary -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
participants (2)
-
Ben Coman -
Damien Cassou