Thread: arbitrary column arrangement of memory debug window?

  1. #1
    3735928559
    Join Date
    Mar 2008
    Location
    RTP
    Posts
    838

    arbitrary column arrangement of memory debug window?

    i have a large block of memory on the heap that i need to peek into, but it would be most useful if the bytes were aligned in columns along boundaries that are not 64,32,16,...etc.

    does anyone know a way to do this in the vs debugger or a tool that can accomplish the same?

    thanks!

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    If you just resize the window with the Columns set to Auto it will show however many columns you want.

  3. #3
    3735928559
    Join Date
    Mar 2008
    Location
    RTP
    Posts
    838
    that does not appear to go beyond 64 :\

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. To find the memory leaks without using any tools
    By asadullah in forum C Programming
    Replies: 2
    Last Post: 05-12-2008, 07:54 AM
  2. Assignment Operator, Memory and Scope
    By SevenThunders in forum C++ Programming
    Replies: 47
    Last Post: 03-31-2008, 06:22 AM
  3. Retrieving Multiple inputs with fgets?
    By Axel in forum C Programming
    Replies: 25
    Last Post: 09-13-2005, 04:04 PM
  4. pointers
    By InvariantLoop in forum C Programming
    Replies: 13
    Last Post: 02-04-2005, 09:32 AM
  5. Invoking MSWord
    By Donn in forum C Programming
    Replies: 21
    Last Post: 09-08-2001, 04:08 PM