edA-qa mort-ora-y a écrit :
Okay, forget about this for now, it is more than 50% likely be my code, not neko. But for debugging, is there anyway during a neko runtime to get a stack trace wrt to my original haxe code?
If you interrupt the process with GDB, you should be able to do : call neko_vm_dump_stack(neko_vm_current()) Nicolas -- Neko : One VM to run them all (http://nekovm.org)
