TriRozhka

Results 4 comments of TriRozhka

> until today I didn't understand. Add this line to your lua program main file: `require "debugger":start "0.0.0.0:12306":event "wait"` Copy `.vscode` folder from `./lua-debug/examples/attach` to your program's lua folder Copy...

> That's interesting 😕 I just did some testing and if you add `local` to `DemoRoot`, the subsequent undefined checking will also be working. > > ```lua > ---@class DemoRoot...

> Edit: Oops... I found that when testing the if case **in another file**, then my suggested workaround will not be working... ☹️ still have to add a `local DemoRoot...

Confirmed. Full qualified name workaround helped. It works even if i let inherited classes to be local defined. The only side effect is function type became 'function | unknown' and...