[fpc-pascal] Proper way to cast dynamic array in watch window?

2013-11-09 Thread Jim Leonard
Using the FPC console IDE. When I define a typed array with limits, ie.: type tbarray=array[0..1023] of byte; var foo:tbarray; ...I can view the contents of in the watch window (like "foo[2]") without problems. But if I define it as a dynamic array: type tbarray=array of byte; var f

Re: [fpc-pascal] FPC 2.6.2 for DOS/Go32V2 FP.PAS cannot compile with GDB support

2013-11-09 Thread Lubomír Čabla
Oh my god, I made a big mistake. I'm very sorry, but you know - nobody is perfect. I forgot to change the compiler from old one to 2.6.2, so in z:\pp was the old one :-( Well from start: OS = Windows Server 2003 Enterprise, 3 GB RAM, on disk z: over 1 TB free space FPC 2.6.2 is installed in z: