It's not.paulclinger wrote:It seems like löve is using some sort of "strict" module, which I didn't realize.
However, there is no jit module/variable, since it's running on lua, not luajit.
It's not.paulclinger wrote:It seems like löve is using some sort of "strict" module, which I didn't realize.
Right, but it is a general debugger that has specific handling for applications that run on luaJIT. I changed the check, so the message should only appear once per session.bartbes wrote:However, there is no jit module/variable, since it's running on lua, not luajit.
For the type guessing I think we meant the logic in this fragment (https://github.com/pkulchenko/ZeroBrane ... ec/lua.lua; check typeassigns method), but it's a bit underdeveloped. There is also type guessing in luainspect that I integrated for the static code analysis, but the type inspection is disabled by default, because it depends on code evaluation, which tends to be very slow even on medium size code files.kclanc wrote:Type guessing was mentioned in the features list. By trapping errors, I mean allowing the user to examine the state of the program, in the stack view, after an error has occurred.
Definitely was breaking there. Can't seem to get toggled breakpoints to actually break at all.kclanc wrote:For me, it was breaking on that line. You might just have to open up ZeroBrane and tell the debugger to continue. Also, did you comment out the line that I mentioned above?
Users browsing this forum: No registered users and 2 guests