Re: [Lazarus] Debugging debugger

2010-07-11 Thread Marc Weustink
Tobias Giesen wrote: View / Debug windows / Debug output Wow that is very interesting! The info ends with: Program stopped at 0x211a. It stopped at a breakpoint that has since been deleted. Type ... for more information. But I don't have any breakpoints set, and Lazarus 0.9.28.2 says that

[Lazarus] Debugging debugger

2010-07-10 Thread Tobias Giesen
Hi, is there a way to see or log the communication between Lazarus and gdb? Because even though standalone gdb can sometimes load my executable with symbols, Lazarus still says Oops, debugger error or something like that. I would like to know the exact error. Mac OS X i386 ... Cheers, Tobias

Re: [Lazarus] Debugging debugger

2010-07-10 Thread Mattias Gaertner
On Sat, 10 Jul 2010 20:18:11 +0200 Tobias Giesen tobias_subscri...@tgtools.com wrote: Hi, is there a way to see or log the communication between Lazarus and gdb? Because even though standalone gdb can sometimes load my executable with symbols, Lazarus still says Oops, debugger error or

Re: [Lazarus] Debugging debugger

2010-07-10 Thread Tobias Giesen
View / Debug windows / Debug output Wow that is very interesting! The info ends with: Program stopped at 0x211a. It stopped at a breakpoint that has since been deleted. Type ... for more information. But I don't have any breakpoints set, and Lazarus 0.9.28.2 says that the debugger entered the

Re: [Lazarus] Debugging debugger

2010-07-10 Thread Andrew Brunner
I think I had this problem on Ubuntu a while ago. I looked in the project file with a text editor and removed the instances and re-opened my project with success. On Sat, Jul 10, 2010 at 1:47 PM, Tobias Giesen tobias_subscri...@tgtools.com wrote: View / Debug windows / Debug output Wow that

Re: [Lazarus] Debugging debugger

2010-07-10 Thread Tobias Giesen
I think I had this problem on Ubuntu a while ago. I looked in the project file with a text editor and removed the instances and re-opened my project with success. Hmm that seemed to be a hopeful tip, but my project file didn't contain any breakpoints. Well I cleaned out some other stuff. Do