Skip to content
  • Anton Anikin's avatar
    Fix KDevelop crashes when trying to debug from command-line · b386fb1c
    Anton Anikin authored
    Fixes the crash in KDE bug #367837 that is caused by starting
    debugging session from command line:
    
    kdevelop -d gdb dolphin
    
    This caused to ASSERT: QFile::exists(). Current version fix it
    by searching full paths for such binaries.
    
    BUG:367837
    b386fb1c