SlickEdit Product Discussion > Features and/or Improvements
Visibility into Java Live Errors
(1/1)
rygaard:
I would like to have visibility into what Java Live Errors is doing to compile my code behind the scenes.
@patrick developed a one-off version of RTECompiler.class that provides exactly the visibility that I need. This feature request is to:
* Move this one-off into the main product line, and
* Either add a flag, or reuse some already existing flag (e.g. some "verbose" flag somewhere), to enable/disable this capability.
patrick:
This will be in the point release, v27.0.1. There are commands for enabling/disabling the debug logging (rte_enable_logging/rte_disable_logging). When enabled, debugging is logged to "logs\rte.log" in your configuration directory. This includes the options passed to the compiler, and also enables some logging that previously only happened for debug builds.
rygaard:
Excellent!
Navigation
[0] Message Index
Go to full version