dotnet/roslyn
Vedi su GitHubEnable the host to specify line numbers emitted to submission PDBs
Open
#7723 aperta il 29 dic 2015
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.