> Hello, > > i want to ask about current gdb support on fpc state and its futture > plans. > I tried to work with gdbpasw with program compiled with fpc106 and noticed > that some gdb funtionalities does not work on it. For example: xbreak, > watch. Then i tried them it was said that breakpoits are set, but later > gdb > crashes. >
gdb has pascal support since version 5.3. specific pascal patches are not needed anymore. don't forget that gdb for win32 never has been really stable. please try gdb under unix first and see if it crashes with the same code. _______________________________________________ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel
