Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception peek widget not showing for throw "Hello World" #23388

Closed
dbaeumer opened this issue Mar 28, 2017 · 0 comments · Fixed by #23670
Closed

Exception peek widget not showing for throw "Hello World" #23388

dbaeumer opened this issue Mar 28, 2017 · 0 comments · Fixed by #23670
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Milestone

Comments

@dbaeumer
Copy link
Member

Steps to Reproduce:

class HelloWorld {
    public static main(): number {
        console.log('Hello World');
		throw "Hello WOrld";
        return 0;
    }
}

HelloWorld.main();
  • debug as node app.

Observe: exception widget is not showing.

It does if I throw new Error ('Hello World')

@dbaeumer dbaeumer added the debug Debug viewlet, configurations, breakpoints, adapter issues label Mar 28, 2017
@michelkaporin michelkaporin added the bug Issue identified by VS Code Team member as probable bug label Mar 28, 2017
@michelkaporin michelkaporin added this to the March 2017 milestone Mar 29, 2017
@dbaeumer dbaeumer added the verified Verification succeeded label Mar 31, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants