JuggerNET Runtime Library

IJvmOptions.NoAgent Property

The Sun classic VM supports both the old sun.tools.debug interface and JPDA, the option "-Xdebug" enables both, but defaults to running the sun.tools.debug agent. The "-Xnoagent" turns this off so that JPDA will work. The HotSpot VM does not have this option.

[ConfigOption(OptionName="null", Name="null")]
bool NoAgent {get; set;}

See Also

IJvmOptions Interface | Codemesh.JuggerNET Namespace