vshaxe / hashlink-debugger

Visual Studio Code Debugger for Haxe/HashLink applications
https://hashlink.haxe.org/
MIT License
57 stars 23 forks source link

Return value cannot be inspected #92

Closed rcstuber closed 2 years ago

rcstuber commented 4 years ago

The debugger never shows value being returned from a function like most debuggers do for other languages.

(tested only on MacOS)

ncannasse commented 2 years ago

I'm open to implement that but I'm not sure how it works on the VSCode side. Any insight would be appreciated. ping @nadako

ncannasse commented 2 years ago

I have added it as a (return) local.

rcstuber commented 2 years ago

Cool, thanks! 😊