discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debug problems


From: Adam Fedor
Subject: Re: Debug problems
Date: Mon, 26 Jan 2004 20:20:44 -0700


On Monday, January 26, 2004, at 05:12 PM, Quentin Mathé wrote:

When I debug GNUstep applications/frameworks with GDB 6.0, I have two problems which drive me mad :

- I get SIGFPE exception (which interrups the session) many times when I use "po" command, the exception happens in the -gui or -base methods/functions in a random manner.

Not sure. What platform/OS?

- X window manager freezes (except the mouse) when I encounter a breakpoint in a method which is called when an NSButton is clicked.


Probably because the mouseDown causes a mouse grab by the application, so no other programs can receive events until the mouse is released. The only way around that is to debug from another computer.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]