[Pharo-users] observing Pillar execution (PharoLaserGameTutorial)

2014-05-21 Thread Ben Coman
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 i

Re: [Pharo-users] observing Pillar execution (PharoLaserGameTutorial)

2014-05-21 Thread Damien Cassou
On Wed, May 21, 2014 at 3:42 PM, Ben Coman 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 ph

Re: [Pharo-users] observing Pillar execution (PharoLaserGameTutorial)

2014-05-21 Thread Ben Coman
Damien Cassou wrote: On Wed, May 21, 2014 at 3:42 PM, Ben Coman 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