Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. sdktool rmDebugger does not remove debugger from list

sdktool rmDebugger does not remove debugger from list

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
sdktoolrmdebuggerqt creator
1 Posts 1 Posters 459 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Clueless
    wrote on last edited by
    #1

    Hello,

    I am using QtCrator 4.5.1 and trying to add a kit.

    I have been able to add the ToolChain; noticed they are auto-detected which is fine, the rmTC command makes them manual and thus removeable.

    I am having an issue with rmDebugger

    c:\Qt\Tools\QtCreator\bin\sdktool addDebugger ^
    --id "linaro.gdb" ^
    --name "GDB (company, product)" ^
    --engine 1 ^
    --binary C:\Qt\QtSupport\debugger\gdb-arm-none-linux-gnueabi.exe ^
    --abis arm-linux-generic-elf-32

    c:\Qt\Tools\QtCreator\bin\sdktool rmDebugger --id "linaro.gdb"
    Error: Id was not found.

    From debuggers.xml in c:/Users/admin/AppData/Roamimg/QtProject/qtcreator

    <data>
    <variable>DebuggerItem.1</variable>
    <valuemap type="QVariantMap">
    <valuelist type="QVariantList" key="Abis">
    <value type="QString">arm-linux-generic-elf-32bit</value>
    </valuelist>
    <value type="bool" key="AutoDetected">true</value>
    <value type="QString" key="AutoDetectionSource"></value>
    <value type="QString" key="Binary">C:/Qt/QtSupport/debugger/gdb-arm-none-linux-gnueabi.exe</value>
    <value type="QString" key="DisplayName">GDB (company, product)</value>
    <value type="int" key="EngineType">1</value>
    <value type="QString" key="Id">linaro.gdb</value>
    <value type="QDateTime" key="LastModified"></value>
    <value type="QString" key="Version">7.4.0</value>
    <value type="QString" key="WorkingDirectory"></value>
    </valuemap>
    </data>

    So, why can I not delete the debugger, or at least move it to the manual section where I can hopefully remove it?

    Also, I tried removing the entire block from the xml file, but when I launch Qt Creator and go to Tools --> Options, the debugger shows up and is also restored to the xml file. Where is it reading that configuration information from and how can I remove it.

    Thanks!

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved