IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
DebugMode.cs
Go to the documentation of this file.
1
namespace
IKVM.Tools.Importer
2
{
3
4
enum
DebugMode
5
{
6
10
None
,
11
15
Portable
,
16
20
Embedded
,
21
22
}
23
24
}
IKVM.Tools.Importer
Definition
AssemblyResolver.cs:32
IKVM.Tools.Importer.DebugMode
DebugMode
Definition
DebugMode.cs:5
IKVM.Tools.Importer.DebugMode.Embedded
@ Embedded
Emit debugging information into the .dll/.exe itself (.pdb file is not produced) using Portable PDB f...
IKVM.Tools.Importer.DebugMode.None
@ None
Emit no debugging information.
IKVM.Tools.Importer.DebugMode.Portable
@ Portable
Emit debugging information to to .pdb file using cross-platform Portable PDB format.
src
IKVM.Tools.Importer
DebugMode.cs
Generated by
1.12.0