dotnet/roslyn
Enable the host to specify line numbers emitted to submission PDBs
オープン
#7,723 opened on 2015/12/29
Area-Interactivehelp wanted
Repository metrics
- Stars
- (20,414 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
1 >
2 >
3 >
4 > void foo()
5 . {
6 . throw new Exception();
7 . }
8 > foo();
Should display exception thrown from foo() on line 6.