<DebugOptions>
Section:
Service
Required:
No
Default:
None
Product:
Creo Elements/Direct Manager Java Services
Description
This tag is useful while developing a new service. The <DebugOptions> are added to the <jvmArgs> when the Java virtual machine is started.
Example
This example shows a valid configuration of the tag:
<DebugOptions>-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7321</DebugOptions>
Was this helpful?