zero-plusplus / vscode-autohotkey-debug

https://marketplace.visualstudio.com/items?itemName=zero-plusplus.vscode-autohotkey-debug
53 stars 4 forks source link

Add information to `callstack` if error object exists #226

Closed zero-plusplus closed 1 year ago

zero-plusplus commented 2 years ago

RELATED: #223

The following implementation methods are being considered.

zero-plusplus commented 2 years ago

I am putting this issue on hold because implementing a reliable way to get the error object passed to the catch statement is a bit of a challenge without a parser.

I plan to implement this after the parser under development is completed.

zero-plusplus commented 1 year ago

AutoHotkey v1.1.36 adds exception breakpoint and a special variable <exception> that refers to error objects.

Therefore, I close this issue once.