dotnet/roslyn

Enable the host to specify line numbers emitted to submission PDBs

オープン

#7,723 opened on 2015/12/29

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C# (4,257 件のフォーク)batch import
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.

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