discuss-gnustep
[Top][All Lists]
Advanced

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

Re: breakpoint in bundles


From: Tom Hageman
Subject: Re: breakpoint in bundles
Date: Wed, 13 Mar 2002 23:52:17 +0100

On Wed, 13 Mar 2002 11:00:48 +0100, Björn Gohla wrote:
> i am having the problem that a segfault occurs in a bundle, is it
> possible to set a gdb breakpoint in a bundle before it is loaded?

Try future-break (fb for short)

for example:

	fb -[YourBundlesPrincipalClass init]

(gdb) help future-break
Set breakpoint at expression.  If it can't be done now, attempt it
again each time code is dynamically loaded.

Hope this helps,
--Tom.



reply via email to

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