Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Debug QDomElement in Visual Studio Express 2012

Debug QDomElement in Visual Studio Express 2012

Scheduled Pinned Locked Moved General and Desktop
qdomelement vis
1 Posts 1 Posters 526 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.
  • B Offline
    B Offline
    Bart_Vandewoestyne
    wrote on last edited by
    #1

    I am looking for an easy way to watch the value of a QDomElement in Visual Studio Express 2012. Currently, to see the contents of a QDomElement variable called 'message', I add the following text to my code:

    QString str;
    message.save(QTextStream(&str), 2);
    

    If I then watch or hoover over the str variable, i can see the contents of the QDomElement. However, this is cumbersome, as it requires me to add these two lines wherever I want to see the contents of QDomElements. Is there another way to do this in Visual Studio Express 2012, without the need to add extra code like I do now?

    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