dotnet/roslyn
View on GitHubEnable the host to specify line numbers emitted to submission PDBs
Open
#7,723 opened on Dec 29, 2015
Area-Interactivehelp wanted
Repository metrics
- Stars
- (20,414 stars)
- PR merge metrics
- (Avg merge 6d 17h) (256 merged PRs in 30d)
Description
1 >
2 >
3 >
4 > void foo()
5 . {
6 . throw new Exception();
7 . }
8 > foo();
Should display exception thrown from foo() on line 6.