Le 04/01/2012 17:13, Thomas Fétiveau a écrit :
Hi,

I would like to know how to take thread dumps on the nekoVM (I'm running
it on Linux).

Is there any web page summing up all diagnosis and troubleshooting
tools/procedures for nekoVm applications ?

There are not many tools for debugging in Neko so far.

If you have a neko.vm.Thread running, you can get it's current callstack by doing the following :

untyped haxe.Stack.makeStack(neko.Lib.load("std", "thread_stack", 1)(t.handle));

Best,
Nicolas

--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to