-runtrace BOOLEAN
Launcher
-
Example:
-runtrace: true
-
Values:
true,false
-
Pattern:
true|false|TRUE|FALSE
The -runtrace
instruction enables detailed tracing of the launched process. When set to true
, bnd will output additional information about the launch sequence, configuration, and runtime events. This can be helpful for debugging, troubleshooting, or understanding the behavior of your application during launch.
Use this instruction if you need more insight into the launch process or want to diagnose issues with your runtime environment.
TODO Needs review - AI Generated content