Hi,
i suppose you know the 'length' of s. While debugging use pop menu "insert
new evaluated expression" and write (char[length])(*s).

Cheers, Radek.

On 11 October 2011 16:43, Erwin Brandenberger <[email protected]> wrote:

>  From my libraries I have a lot of C++ routines look like
>
> void foo(const char *s)
> {
>   ...
> }
>
> I like to see in the debugger the whole string of the null terminated
> character array s, without indexing every position.
>
> How to do that ?
>
>
>
> _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.qt.nokia.com/mailman/listinfo/qt-creator
>
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to