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
Forgotten things #31
Comments
I want to implement the debugging functions, but I want first finish the WP8 and the Android port. |
ok :) |
Hi, Thanks in advance, Oliver |
Hi @Rdlprmpf the DebugHook is working now. I think all other Debug functions should work fine. We just need to be sure the layout of structures is correct between Lua 5.2.3 and the managed versions. Thank you. |
Hi, yes, the debug hook does not cause any problems now, thank you very much. I can see now which lines are executed. But what I'm still missing is the implementation of the debugging features like breakpoints etc. (the old LuaDebugger). Any idea on when that is coming? |
Fixed 60d4ee0 |
Hi
Back in the old times when i made the first source i commented this out https://github.com/NLua/NLua/blob/master/Core/NLua/Lua.cs#L908 and also that is under this. I couldn't write these parts good enough after the implement of KopiLua.
If you have time you could make this work because i don't have enough image about how this should be solved. I am not really knowledgeable about the LuaInterface.
Bye, @megax
The text was updated successfully, but these errors were encountered: