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
Hello! I really wish to use fengari but doubts in it's debugging capabilites hold me from it.
Previosly I posted the request fengari-lua/fengari-devtools#2
Is step-by-step debugging and setting breakpoints by click are available now? What are implementation difficulties?
The text was updated successfully, but these errors were encountered:
Is step-by-step debugging and setting breakpoints b
Step by step debugging has always been able to work the same in fengari as in normal lua (i.e. with debug.sethook/lua_sethook).
debug.sethook
lua_sethook
by click
No; only fengari-devtools has any sense of "click"
Sorry, something went wrong.
Closing as there is nothing actionable here
No branches or pull requests
Hello! I really wish to use fengari but doubts in it's debugging capabilites hold me from it.
Previosly I posted the request
fengari-lua/fengari-devtools#2
Is step-by-step debugging and setting breakpoints by click are available now?
What are implementation difficulties?
The text was updated successfully, but these errors were encountered: