VSCodeLuaDebug icon indicating copy to clipboard operation
VSCodeLuaDebug copied to clipboard

Temporary values are shown as "temporary" in locals

Open GoogleIsEvil opened this issue 11 months ago • 0 comments

The watch shows the correct names when they are added but the locals show "(temporary)", "(temporary) (1)", etc ;/

Any ideas?

Also,

Is there a way to hide the popup "waiting for debuggee at ..."?

Is there any way to be able to jump to a source file line number for a function in the variables window? E.g., for functions listed they can be expanded and the source and line numbers show but one has to manually hunt for them.

GoogleIsEvil avatar Mar 08 '25 09:03 GoogleIsEvil