IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
ImportDebug.cs
Go to the documentation of this file.
2{
3
5 {
6
7 None,
10
11 }
12
13}
@ Embedded
Emit debugging information into the .dll/.exe itself (.pdb file is not produced) using Portable PDB f...
@ None
Emit no debugging information.
@ Portable
Emit debugging information to to .pdb file using cross-platform Portable PDB format.