dotnet/roslyn
在 GitHub 查看Enable the host to specify line numbers emitted to submission PDBs
Open
#7,723 建立於 2015年12月29日
Area-Interactivehelp wanted
倉庫指標
- Star
- (20,414 star)
- PR 合併指標
- (平均合併 6天 17小時) (30 天內合併 256 個 PR)
描述
1 >
2 >
3 >
4 > void foo()
5 . {
6 . throw new Exception();
7 . }
8 > foo();
Should display exception thrown from foo() on line 6.