Disable safemode during development

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

Not sure if it will help, but would ignoreIncompleteStartup: true in the server section do this?

After I additionally added the line ignoreIncompleteStartup: true the safe mode doesn't appear after an error.

Thx, a lot
Olli