Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Commented Issue: Debugging does not show object's children [1659]

$
0
0
Hi,

While debugging nodejs code in VS, variables that hold object literals do not show any properties while examining on a break point. These objects are displayed as "no children", for example, when you hover your mouse over them in the code while debugging.
Comments: Having the exact same issue. Take a sample object: var source = { id: 2, name: "test" } When adding the source variable as a watch, nothing is shown clicking open. However, when adding source.id, 2 is showns just fine.

Viewing all articles
Browse latest Browse all 4630

Trending Articles