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.