dotnet/roslyn
Ver no GitHubEnable the host to specify line numbers emitted to submission PDBs
Open
#7.723 aberto em 29 de dez. de 2015
Area-Interactivehelp wanted
Métricas do repositório
- Stars
- (20.414 stars)
- Métricas de merge de PR
- (Mesclagem média 6d 17h) (256 fundiu PRs em 30d)
Description
1 >
2 >
3 >
4 > void foo()
5 . {
6 . throw new Exception();
7 . }
8 > foo();
Should display exception thrown from foo() on line 6.