Tom

Results 65 comments of Tom

Thanks for the insight. Looking at top while running shows that I am hitting 100%cpu right when things go bad, so that confirms it's a cpu load issue. I'm not...

I attempted to do some profiling on this, but did not have any luck. I tried using both gprof and google-perftools, but both broke streaming entirely. It looks like they...

The fact that the pi4 is a multi-core arm7 with different features makes it quite different from the zero. I'm afraid it's like comparing apples to oranges, really. I was...

There isn't another way to do this right now, but it seems like a pretty straight-forward feature to add.

It looks like these are separate Lua contexts, so yeah, individual debugger instances would be needed for each one on the Lua side. I don't support having the plugin work...

Unfortunately, debugging with breakpoints on will always be slower due to the need for maintaining a line-based hook (basically, every line that's executed needs to be checked if it's a...

That does seem excessive. If you have anything you'd be willing to share I can take a look at it. It's possible some bug is being triggered by a combination...

Yeah - conditional breakpoints were one area I haven't put serious effort into optimizing yet (wasn't sure how frequently they were actually used by folks). For regular breakpoints, I'm not...

I can't seem to reproduce this. What version of lua are you using (or are you using a custom environment like love)?

It does seem vscode related. On windows filenames are not case-sensitive, so it should load the file regardless of case.