Dear all,

I implemented an experimental debugger for (a subset of) Oz, which works a little different than debuggers usually do. It is in no way a replacement for Ozcar, but it might be interesting for adventurous Oz developers.

It is in fact not a real debugger, but an emulator that annotates the source code with the values of all used variables and with the result of function calls.

Download: http://code.google.com/p/oz-code/
Blog post: http://wolfgangmeyer.blogspot.com/2008/04/debuggers-are-needlessly-tedious-to-use.html

Cheers,
 Wolfgang

_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to