Hi,
I had an issue earlier which I was able to solve where the Lua editor would not connect to the LY editor.
Now I am able to attach to the LY editor from the Lua editor, however, none of the breakpoints I set in the script are being hit. I know that the code is being reached because I have a log message where I put one of the break points and another breakpoint on the line above the log message and although the message appears in the console, the Lua editor does not hit the breakpoint. I’m not sure where to go from here. Thanks!