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

Edited Issue: Locals window should display errors [1732]

$
0
0
In the locals window we need to show users the eval errors. We should do this in the same way C# does via a message box. Currently we just do nothing and leave the value as is.

Example:

```
function foo() {
var x = 1;
}
```
Now try to change x in the locals window
```
x = Blah
```
We should show the same error message you would see if you did this in the immediate window
```
ReferenceError: blah is not defined
```

Viewing all articles
Browse latest Browse all 4630

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>