Dear developers, When in any place in kdevelop debugging my application I want to look at the variable declared as 'char str[100]', I do not find a way to look it as a string. Neither in variable view, nor in code-right click. I am forced to go to the gdb window and do "p str". Please, what do I miss? BR -- Leon