Message-ID: <51FF8E06B654D111B9CA0000E8D863B4096E0E@www.caresystems.com.au> From: Leon Zadorin To: mingw32 AT egroups DOT com Cc: djgpp AT delorie DOT com Subject: debug information for custom string classes Date: Mon, 22 May 2000 13:30:35 +1000 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1457.3) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com Hello everyone was just wondering i am using gdb for my debugging process. say i have written a custom string class (eg String) and also say i have a variable of that type ie String tempStr; now if at some point i break in gdb and want to have a look at the variables data - it is ieasy for int ie p variableName but the same p command will not provide the contents of a string (since it is made from linked list of characters) any comments from pros? With best regards - Leon.