Remember last width of debugger's window and column widths

Started by BlackRose, October 07, 2005, 08:08:17 AM

Previous topic - Next topic

BlackRose

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

Pelle

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