The pony language reference has a debugging section that got me pointed in the right direction for getting VSCode set up and integrated with lldb
.
There were a few steps that were glossed over in the instructions, but I eventually got everything working, including:
- breakpoints (including conditional breakpoints)
- current variable values (including evaluated Strings not pointers)
- watch expressions
- step debugging