Re: Inserting breakpoints ...

2007-06-17 Thread Stef Mientki
Gabriel Genellina wrote: > En Sat, 16 Jun 2007 10:22:34 -0300, Stef Mientki > <[EMAIL PROTECTED]> escribió: > >> for the simulation of some micro language (JAL), >> the original language is (with a minimal effort) translated into Python, >> after which the code is run in Python. >> >> I want to a

Re: Inserting breakpoints ...

2007-06-16 Thread Gabriel Genellina
En Sat, 16 Jun 2007 10:22:34 -0300, Stef Mientki <[EMAIL PROTECTED]> escribió: > for the simulation of some micro language (JAL), > the original language is (with a minimal effort) translated into Python, > after which the code is run in Python. > > I want to add a call to a debug routine, > cal

Inserting breakpoints ...

2007-06-16 Thread Stef Mientki
hello, for the simulation of some micro language (JAL), the original language is (with a minimal effort) translated into Python, after which the code is run in Python. I want to add a call to a debug routine, called JSM(linenr), which performs task like wait, update user feedback, etc. Now I can