Hi folks,
is there an option to disable the safe mode during development?
Because it is really annoying if you start the server from you IDE and you're wondering why your breakpoint is not reached...reason: last start was failing: typo in your plugin.
I entered startOnceInSafeMode: false
in the server
section of the config.yml
, but without effect.
Any other idea?
Olli