CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    2

    Watch elements of CArray during debugging



    I have a CArray object filled with integers.

    If I want to watch the spectific elements of this array

    during debugging there only occurs the last element of

    the array in the variable-watch.

    How can I make the debugger to show all elements of the CArray?



  2. #2
    Join Date
    Sep 1999
    Posts
    9

    Re: Watch elements of CArray during debugging

    HI ,
    simple solution is use dump



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured