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. How to enable debug for QDom objects (xml parsing)
QtWS25 Last Chance

How to enable debug for QDom objects (xml parsing)

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
qdomlinux5.9.1
1 Posts 1 Posters 698 Views
  • 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.
  • T Offline
    T Offline
    TGautier
    wrote on last edited by A Former User
    #1

    Hi, I am new on Qt environment AND linux environment.
    In my project I need to read and search into xml files, then write it.
    My problem is when i run in debug mode my application, on break-point I can see the properties of my own class objects, i can see properties of some Qt objects, but in can't see properties of my QDomElement object (as example).
    I can only see a "property" : "impl" with something like a memory address (like a pointer).

    One more thing, same application running on debug mode on windows environment (with QTCreator 5.9.1 too) , we can see the properties of that QDomElement object.

    Someone can help me ? I think it is only some configuration issue due to my inexperience on linux environment, but i'm stuck.
    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