ngs icon indicating copy to clipboard operation
ngs copied to clipboard

Consider simplified logging/debugging for a variable

Open ilyash-b opened this issue 3 years ago • 2 comments

# Current
log("Pipeline stack is ${pipeline_stack}")
# Maybe
log pipeline_stack
# Maybe
log(@pipeline_stack)

ilyash-b avatar Jul 05 '21 14:07 ilyash-b

Another use case for variable_name + variable_value combo: blah.set(argv=argv) - could be for example blah.set(@argv)

ilyash avatar Jul 17 '21 18:07 ilyash

How this should work if an expression is given? Maybe AST + value?

ilyash avatar Jul 17 '21 18:07 ilyash