IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
ImportDebug.cs
Go to the documentation of this file.
1
namespace
IKVM.Tools.Importer
2
{
3
4
enum
ImportDebug
5
{
6
7
None
,
8
Portable
,
9
Embedded
,
10
11
}
12
13
}
IKVM.Tools.Importer
Definition
AssemblyResolver.cs:32
IKVM.Tools.Importer.ImportDebug
ImportDebug
Definition
ImportDebug.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
ImportDebug.cs
Generated by
1.12.0