nativescript-community / nativescript-vscode-extension

A Visual Studio Code Extension for NativeScript
https://www.nativescript.org/visual-studio-code
Apache License 2.0
82 stars 32 forks source link

Only one line in the call stack #220

Open howieluo opened 5 years ago

howieluo commented 5 years ago

Describe the bug After upgrade to nativescript-vscode-extension v0.8.0, I find that there is only one line in the call stack when debugging. It is not very convenient when I want to know the hierarchy of the call stack when hitting a breakpoint. Before upgraded, I can see many lines info in the call stack and I can click any line to change the current context.