0

Where do I find the Java command line tool "Gdb" ? It's not included in my Sun JDK 1.6 distribution. I need a way to take a java core dump from a live java instance.

djangofan
  • 4,182
  • 10
  • 46
  • 59

1 Answers1

1

GDB is the GNU Debugger. You can find it here http://www.gnu.org/software/gdb/

slillibri
  • 1,643
  • 1
  • 9
  • 8