nwops / puppet-debugger

A interactive live debugger and REPL for the puppet language
https://gitlab.com/puppet-debugger/puppet-debugger
MIT License
121 stars 11 forks source link

debugger should fail gracefully #67

Closed logicminds closed 4 years ago

logicminds commented 5 years ago

1:>> $var1, $var2 = *[1,2] illegal comma separated argument list (line: 1, column: 6)

logicminds commented 4 years ago

A proper stacktrace is now displayed before exit.