IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
DebugMode.cs
Go to the documentation of this file.
2{
3
5 {
6
10 None,
11
16
21
22 }
23
24}
@ 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.