Skip to content
New issue

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't debug break inside iup process #1188

Open
robertlzj opened this issue Nov 20, 2024 · 0 comments
Open

Can't debug break inside iup process #1188

robertlzj opened this issue Nov 20, 2024 · 0 comments

Comments

@robertlzj
Copy link

Can not break inside MainLoop.

iup=require'iuplua'
iup.dialog{
	map_cb=function()
		print'cant break here'
	end
}:show()
print'could break here'
iup:MainLoop()

Tried:

  • The code could work (breakpoint anywhere) on another PC .
  • I have checked FAQ.
  • remove 'user.lua'.
  • Pull lastest ZBS version.
  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant