Interface DebugRuntimeConfig


@ConfigMapping(prefix="quarkus.debug") @ConfigRoot(phase=RUN_TIME) public interface DebugRuntimeConfig
Debugging.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If set to true, Quarkus prints the wall-clock time each build step took to complete.
  • Method Details

    • printStartupTimes

      @WithDefault("false") boolean printStartupTimes()
      If set to true, Quarkus prints the wall-clock time each build step took to complete. This is useful as a first step in debugging slow startup times.