debugger.lua icon indicating copy to clipboard operation
debugger.lua copied to clipboard

add hint how to run the debugger_lua.c.lua file

Open karstenBriksoft opened this issue 3 years ago • 0 comments

trying to run the debugger_lua.c.lua file from within the embed folder will result in "attempt to index a nil value" errors, which are not obvious, as to why they happen. by reading through the readme, I've then found out that this file needs to be run from the main folder, which will allow "io.open('debugger.lua')" to not return nil.

I've added a comment at the top of the file to make that obvious.

karstenBriksoft avatar Feb 13 '22 10:02 karstenBriksoft