Results 1 to 3 of 3

Thread: Debbuging

  1. #1
    Join Date
    Jul 2010
    Posts
    72
    Thanks
    35
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Debbuging

    Hi,

    I would like to know if there is any way of getting the values of each entry of poiter arrays during debbuging? For example, if I have an array *p, I can see in the locals and watchers that there is a variable *p, but I can't see the corresponding value that the pointer p points to.

    Thank you

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Debbuging

    Did you try adding a watch for "*p" ? If I understand what your saying, that should work.

  3. #3
    Join Date
    Jul 2010
    Posts
    72
    Thanks
    35
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Debbuging

    How do I add a watch for *p?

    Thank you

Similar Threads

  1. Replies: 0
    Last Post: 8th April 2010, 22:06

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.