NO

Author Topic: Remember last width of debugger's window and column widths  (Read 3352 times)

BlackRose

  • Guest
Remember last width of debugger's window and column widths
« on: October 07, 2005, 08:08:17 AM »
Hello,

is possible to store (for example in registry) and remember widths of debugger's window and its collumns?
I don't like to set them each time I start debugging.
Also the length limit for type char[] is not sufficient sometimes. Can be all the text shown at least as ToolTip? Or maybe an context menu with command to show selected item in Watch/Auto/Locals/Globals in Memory window.

BlackRose

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Remember last width of debugger's window and column widt
« Reply #1 on: October 07, 2005, 06:39:15 PM »
Quote from: "BlackRose"
is possible to store (for example in registry) and remember widths of debugger's window and its collumns?
I don't like to set them each time I start debugging.

Maybe - I add it to the wish-list for the next version...

Quote from: "BlackRose"
Also the length limit for type char[] is not sufficient sometimes.

You mean a char array? Maybe change Tools -> Options -> Debug tab - "Max array elements" setting?

Quote from: "BlackRose"

Can be all the text shown at least as ToolTip?

Maybe - but I probably need to cache the entire item. May require a lot of memory (hence the above limit).

Quote from: "BlackRose"

Or maybe an context menu with command to show selected item in Watch/Auto/Locals/Globals in Memory window.

You can always type the symbol name in the memory window address field, but this is probably faster. I will look at it...

Pelle
/Pelle