You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#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?
The text was updated successfully, but these errors were encountered:
jaymo1011
added a commit
to jaymo1011/local-lua-debugger-vscode
that referenced
this issue
Mar 30, 2024
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
#51Well, if I change the stack level inside
debuggerAssert
to 2, everything will work as expectedIs it possible to do this by default?
The text was updated successfully, but these errors were encountered: