Open pdeffebach opened 3 years ago
works for me in vscode:
Line number in stack trace points to foo(x, y)
which is also correct
Huh. That's very interesting. I will try to explore this more. You were running from include
?
No alt+enter in vscode
When using
@chain
, line numbers are given at the level of the@chain
command, not sub-commands. This makes it hard to debug. Consider the following scriptThe stacktrace says the error occurs starting on line
7
. This makes it hard to debug long@chain
s. We should try to ensure line number propogation within the chain block.