Skip to content
  • Daniel Vrátil's avatar
    Enable AKONADI_DEBUG_WAIT on Windows · 0d9af49c
    Daniel Vrátil authored
    There's no equivalent real to sending SIGSTOP to a process on Windows so
    instead we check in AgentBase if AKONADI_DEBUG_WAIT is set and matches the
    current executable name (without .exe) and if so we use WinAPI to wait for
    a debugger to be attached to the agent process and once that happens we set
    a breakpoint immediatelly.
    0d9af49c