[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: can't see callstack of luajit pcall
- From: Mike Pall <mikelu-1109@...>
- Date: Fri, 9 Sep 2011 16:14:36 +0200
冶晶邓 wrote:
> everything seems ok, but only feeling unhappy without callstack in MSVC
> debug,
> i think it's caused by the lp_vm.obj generated unnormally by the buildvm
> program,
> but i know nothing about that magic thing...
> so how can i get the callstack shown in the MSVC debugger? thanks very much!
I'm sorry, but I cannot generate debug information for the
assembler part of LuaJIT for MSVC, since the format is
proprietary: http://en.wikipedia.org/wiki/Program_database
[Note that the LuaJIT build process _does_ generate debug info in
DWARF2 format for non-Windows targets.]
--Mike