On Fri, 23 Jul 2004 19:34:16 +0300, Rimgaudas Laucius wrote Hi
> i tried to view integer variable value in binary mode using gdb > (5.2.1, windows, fpc1010 ) command "p /t i". But it shows nothing. > Does anyone else come across this issue or i am doing something wrong? You need to change all variable names to uppercase if using plain gdb (i.e. "print /t I"). Tomas _______________________________________________ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel
