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...
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?
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).
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