local-lua-debugger-vscode icon indicating copy to clipboard operation
local-lua-debugger-vscode copied to clipboard

Local Lua Debugger for VSCode

Results 37 local-lua-debugger-vscode issues
Sort by recently updated
recently updated
newest added

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.10.1 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...

dependencies

Hello, I see that when the assert is triggered, I fall into a function inside the plugin, which is very annoying. It seems useless. ![изображение](https://user-images.githubusercontent.com/7351599/200860268-11611e2b-ae77-44cc-84a1-925ceaa24bb0.png) Look above, by default the...

This pull request allows you to inspect variables inside a closure, as I mentioned in #70. I am using debug metatables for functions to allow further inspection. Currently it is...

When debugHook is triggered, it tries to find out which breakpoint caused the callback by comparing the file path of breakpoint with the file path of the current source. But...

Objects are poor mans closures, or was it the other way arround? Anyways, I would like to inspect upvalues in closures. I made a semi functional version, which proofs the...

when starting a debug shows up an error saying: Lua is not recognized as an internal or external command operable program or batch file. how do i fix this?