Re: OmniObjectMeter and PB/gdb
Re: OmniObjectMeter and PB/gdb
- Subject: Re: OmniObjectMeter and PB/gdb
- From: "Timothy J. Wood" <email@hidden>
- Date: Tue, 6 Aug 2002 21:44:14 -0700
On Tuesday, August 6, 2002, at 02:02 AM, Paul Williamson wrote:
Is it possible to run an application under the debugger gdb (preferably
within Project Builder) and also simultaneously monitor it with
OmniObjectMeter? It seems like this would be incredibly useful, but I
can't find the magic words to do it.
Yes, this is possible (I was just doing it! :)
You can do this one of two ways:
1)
- Start the vict^H^H^H^H target using OOM
- Start a debugger session (I use gdb in Terminal, but PB should
work)
- Do NOT start the process in gdb, but instead figure out the pid of
the target and do:
attach pid
2) (This is what I was doing...)
- Link the OmniObjectMeterFramework as per the instructions in the
OOM manual
- Launch the process in gdb
- Launch OOM and it should automatically connect
-tim
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.