Martin Schreiber wrote on Sat, 24 Oct 2009:
I do not know the different debug formats, is it correct that FPC uses STABS on x86 and DWARF on x64?
Yes. The reason is that Stabs is defined as a 32 bit format and does not work for 64 bit.
What do you recommend, should MSEide parse the gdb watch results and run another query in order to get the values of var parameters?
I guess that's the only way currently, yes.
How does Lazarus solve the problem?
I don't know. Jonas ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
