dotnet/roslyn

Enable the host to specify line numbers emitted to submission PDBs

Open

#7 723 ouverte le 29 déc. 2015

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C# (4 257 forks)batch import
Area-Interactivehelp wanted

Métriques du dépôt

Stars
 (20 414 stars)
Métriques de merge PR
 (Merge moyen 6j 17h) (256 PRs mergées en 30 j)

Description

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

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

Guide contributeur