Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-16351

Additional attach commands are not executed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • Not Evaluated
    • None
    • Qt Creator 3.6.1
    • Debugger
    • None
    • Ubuntu 14.04 QtCreator donwnloaded throug Qt Maintenance Tool

    Description

      I've

      • added GDB commands listed bellow into Settings->Debugger->GDB->Additional attach commands
      • opened Window->Views->Debugger Log
      • started debugging some C++ application

      I've expected:

      • my commands should be in a list of executed commands and GDB response on them should be in the log
      • debugger behaviour should be affected by my commands

      Nothing of the expectations happends.

      Some more info:

      my commands are:

      skip file memory
      skip file shared_ptr.h
      skip file shared_ptr_base.h
      skip file basic_string.tcc
      skip file string

      expected changes in the debugger behaviour: I shouldn't fall into std::string and std::shared_ptr implementation details on F11.

      If those commands are typed manually through the Command input of the debugger log window everything works fine. What is missing is ability to automate skipping STL headers on debugger startup

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            hjk hjk
            s.vidyuk Sergey Vidyuk
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes