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

Wrong assert stack level

Open TIMONz1535 opened this issue 2 years ago • 0 comments

Hello, I see that when the assert is triggered, I fall into a function inside the plugin, which is very annoying. It seems useless.

изображение

Look above, by default the debuggerError function has a stack level (1) + 1 https://github.com/tomblind/local-lua-debugger-vscode/issues/51 Well, if I change the stack level inside debuggerAssert to 2, everything will work as expected

изображение изображение

Is it possible to do this by default?

TIMONz1535 avatar Nov 09 '22 14:11 TIMONz1535