dotnet/roslyn

Enable the host to specify line numbers emitted to submission PDBs

Open

#7.723 aberto em 29 de dez. de 2015

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)C# (4.257 forks)batch import
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.

Guia do colaborador