Re: signal documentation
Re: signal documentation
- Subject: Re: signal documentation
- From: Bill Bumgarner <email@hidden>
- Date: Sun, 29 Dec 2002 08:22:59 -0500
Speaking of signals....
If you send SIGQUIT [ctrl-/ in Terminal.app] to a Java based
application, it will cause the JVM to dump the current stack of each
thread running in the VM. It does not stop or change the state of the
running program. Works on OS X, Solaris and-- I would assume-- most
other Unix based JVM implementations (Windows? no idea).
A very handy debugging tool...
Sampler.app can be used to perform a similar operation on a pure
Obj-C/C/C++ App under OS X.
b.bum
_______________________________________________
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.