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

Forgotten things #31

Closed
megax opened this issue Jul 17, 2013 · 6 comments
Closed

Forgotten things #31

megax opened this issue Jul 17, 2013 · 6 comments

Comments

@megax
Copy link
Contributor

megax commented Jul 17, 2013

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

@viniciusjarina
Copy link
Member

I want to implement the debugging functions, but I want first finish the WP8 and the Android port.

@megax
Copy link
Contributor Author

megax commented Jul 17, 2013

ok :)

@Rdlprmpf
Copy link

Rdlprmpf commented Jun 5, 2014

Hi,
is there anything new about this topic? I'd like to use NLua in a project that has to allow the user to debug his scripts (Line by line, with the displaying of variables and their values). If it's not yet possible in the latest state, is there something I could help you with? What EXACTLY is missing to get it to work?

Thanks in advance,

Oliver

@viniciusjarina
Copy link
Member

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.

@Rdlprmpf
Copy link

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?

@viniciusjarina
Copy link
Member

Fixed 60d4ee0

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

3 participants