We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not break inside MainLoop.
MainLoop
iup=require'iuplua' iup.dialog{ map_cb=function() print'cant break here' end }:show() print'could break here' iup:MainLoop()
Tried:
debugger.verbose=true
Env: Lua 5.3, iup 3.31
There is some symlink among dll files (like from bin/clibs53/iuplua53.dll to bin/iuplua53.dll), I think it is not the cause.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can not break inside
MainLoop
.Tried:
debugger.verbose=true
, Debugger Server could work.Env: Lua 5.3, iup 3.31
There is some symlink among dll files (like from bin/clibs53/iuplua53.dll to bin/iuplua53.dll), I think it is not the cause.
The text was updated successfully, but these errors were encountered: