Tom
Tom
Oops. The environment isn't being set properly. I have a fix for that but haven't pushed it yet. Sorry 😄
Actually I was wrong - the environment issue should not a problem when running in lua-interpreter mode. Looking more closely at your video - there's something strange going on in...
I managed to get busted working with 5.3 and reproduce your issue. Unfortunately, I don't think debugging using the interpreter in this way will work. When `busted.runner` is required, it...
Thanks! My goal is make it as easy to use for common cases as possible, since most of the other debuggers available require dependencies and setup just to get them...
How does that work? When I try to require additional tests from the first, I get `attempt to call a nil value (global 'describe')` in the second script (not even...
@dainkaplan Did you ever find out what was going on with the additional required tests? I was still never able to get that to work with busted in general. If...
@mbsteixeira I'm not sure I understand. Once debug.stop() is called, you cannot debug anymore. That is expected behavior. In any case, it would be best to open a new issue...
@mumin16 I have not been able to reproduce this, do you have some code I can try? Also, what lua version are you using?
I'm not familiar with nginx or it's lua support, so I can't say for sure if it's supported. It might work if you can launch nginx as a custom lua...
Yes, remote debugging is the big missing feature of this plugin right now. There are other VSCode extensions that support it, though. I believe nginx uses luajit, right? Maybe one...