|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Sat Oct 13, 2007 4:38 am
[2.06] Lua stack traces |
So yeah, I'm loving the new stack traces, but they don't seem to appear all the time. For example, doing
works, but
b=1
if b then
error("lol")
else
error("omg")
end |
doesn't give a stack trace. |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Sat Oct 13, 2007 5:09 am |
Not sure why, but I'll add it to the list. It's not going to be a huge priority though. I'm calling the stack trace using the source code from the Lua debugger itself, so I'm not sure what else to do.
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Oct 15, 2007 7:22 pm |
Hmm, I just entered your second example on the command line (with Lua command line mode) and it *did* give me a stack trace.
|
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Mon Oct 15, 2007 7:36 pm |
Seems it's working now. Hooray for stealth fixes?
|
|
|
|
|
|