[Pharo-project] Questions related to a scripting language for pharo
The idea is that adrien is working on a scripting language and the scenario is the following: - you run your script but you got a bug, since you run your script with -db you can now get a debugger open So can we "reschedule/reopen" a display when it does not have been startup at startup Stef On Oct 18, 2010, at 7:36 PM, Adrien BARREAU wrote:
Hello =)
I have a few questions:
- If I run a headless Pharo, is it possible to display the graphical interface after? (for example, if something raises an exception, I want to open the GUI and use the debugger)
- I wanna run Pharo as a deamon; how can I interact with it after i launched it? (for example, if I want to give it a piece of code to execute).
Adrien. _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Mon, Oct 18, 2010 at 8:49 PM, Stéphane Ducasse <stephane.ducasse@inria.fr
wrote:
The idea is that adrien is working on a scripting language and the scenario is the following:
Excellent!
- you run your script but you got a bug, since you run your script with -db you can now get a debugger open
So can we "reschedule/reopen" a display when it does not have been startup at startup
which are the difference with the ideas behind Coral ?
Stef
On Oct 18, 2010, at 7:36 PM, Adrien BARREAU wrote:
Hello =)
I have a few questions:
- If I run a headless Pharo, is it possible to display the graphical interface after? (for example, if something raises an exception, I want to open the GUI and use the debugger)
- I wanna run Pharo as a deamon; how can I interact with it after i launched it? (for example, if I want to give it a piece of code to execute).
Adrien. _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Mariano Martinez Peck -
Stéphane Ducasse