dotnet/roslyn

Enable the host to specify line numbers emitted to submission PDBs

Open

#7,723 opened on 2015年12月29日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)C# (4,257 forks)batch import
Area-Interactivehelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (平均マージ 6d 17h) (30d で 256 merged PRs)

説明

1 > 
2 >
3 >
4 > void foo() 
5 . {
6 .   throw new Exception(); 
7 . }
8 > foo();

Should display exception thrown from foo() on line 6.

コントリビューターガイド