Simulateur

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Simulateur

MrGwen
Hi Paolo,

Do you have like in Squeak a simulator that can be used for debugging ?

Cheers,
Gwenael


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Simulateur

Paolo Bonzini-2
> Do you have like in Squeak a simulator that can be used for debugging ?

No, instead I have single-step mode.  You can look at the DebugTools
package and tests to see how it is used.  There is a sample debugger
in examples/MiniDebugger.st (or something like that) and the
full-blown one in Blox which is a bit buggy but is there.
Fix-and-continue (well, fix-and-restart) is not supported yet, but it
should not be hard to add it.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk