dotnet/roslyn

Enable the host to specify line numbers emitted to submission PDBs

Open

#7723 aperta il 29 dic 2015

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C# (4257 fork)batch import
Area-Interactivehelp wanted

Metriche repository

Star
 (20.414 star)
Metriche merge PR
 (Merge medio 6g 17h) (256 PR mergiate in 30 g)

Descrizione

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

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

Guida contributor