> "Damien" == Damien <[EMAIL PROTECTED]> writes:
Damien> Whe using gdb, I cannot print java.lang.String type object, I get this:
Damien> (gdb) print token
Damien> $19 = [EMAIL PROTECTED]
Damien> It seems this is because token is a reference to a string, but
Damien> I cannot find a way to pri
Hello,
Maybe someone here knows an answer to my question...
I'm compiling an app with gcj -g ...
Whe using gdb, I cannot print java.lang.String type object, I get this:
(gdb) print token
$19 = [EMAIL PROTECTED]
It seems this is because token is a reference to a string, but I cannot
find a way
> "Damien" == Damien <[EMAIL PROTECTED]> writes:
Damien> Whe using gdb, I cannot print java.lang.String type object, I get this:
Damien> (gdb) print token
Damien> $19 = java.lang.String@80c88a0
Damien> It seems this is because token is a reference to a string, but
Damien> I cannot find a wa
Hello,
Maybe someone here knows an answer to my question...
I'm compiling an app with gcj -g ...
Whe using gdb, I cannot print java.lang.String type object, I get this:
(gdb) print token
$19 = java.lang.String@80c88a0
It seems this is because token is a reference to a string, but I cannot
fi
4 matches
Mail list logo