Skip to content
  • Kai Koehne's avatar
    QmlDebug: Fix 'Interrupt' functionality for mixed debugging · 216cb89b
    Kai Koehne authored
    Make sure that m_inferiorPid is initialized even when the CppEngine
    is not the main one, and therefore startDebugger() not called on it.
    Otherwise the engine tries to send a SIGINT signal to an arbirary
    process ID, resulting in the debugging being stopped.
    
    Reviewed-by: Friedemann Kleint
    Task-number: QTCREATORBUG-4716
    216cb89b