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

Debugger cannot display '$exception' for a .NET Core 2.0 app #1593

Closed
gregg-miskelly opened this issue Jun 27, 2017 · 1 comment
Closed

Debugger cannot display '$exception' for a .NET Core 2.0 app #1593

gregg-miskelly opened this issue Jun 27, 2017 · 1 comment
Assignees
Milestone

Comments

@gregg-miskelly
Copy link
Contributor

Environment data

dotnet --info output:

.NET Command Line Tools (2.0.0-preview1-005977)

Product Information:
 Version:            2.0.0-preview1-005977
 Commit SHA-1 hash:  414cab8a0b

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.15063
 OS Platform: Windows
 RID:         win10-x64
 Base Path:   C:\Program Files\dotnet\sdk\2.0.0-preview1-005977\

Microsoft .NET Core Shared Framework Host

  Version  : 2.0.0-preview1-002111-00
  Build    : 1ff021936263d492539399688f46fd3827169983

C# Extension version: 1.10.0

Steps to reproduce:

  1. dotnet new console
  2. Open folder
  3. When prompted add assets
  4. Add throw new Exception("Hello World"); to main

Actual behavior

Variables Window is empty, and evaluating anything results in 'internal error in expression evaluator' error message.

@gregg-miskelly
Copy link
Contributor Author

I believe this is due to Visual Studio bug 455753

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant