> 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