Cauê Waneck a écrit :
Is there any tool for debugging neko applications?
If you mean interactive debugging then not yet.
If not, are there any bindings so we can make our own debugger?
Writing a debugger would be not very hard, it would need to put some additional code in main bytecode interpreter loop (in neko/vm/interp.c) in order to check for breakpoints, then connect to an external debugger on TCP/IP with a small protocol for exchanging informations. Ask me if you have any specific question about the implementation.
Best, Nicolas -- Neko : One VM to run them all (http://nekovm.org)
