LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   java debugger (https://www.linuxquestions.org/questions/programming-9/java-debugger-19518/)

jpc82 04-26-2002 09:51 AM

java debugger
 
i'm a fairly new java programmer and I was wondering if there is a debugger that comes with javaJDK?

At the moment I program in C in Linux with Emacs and use gdb alot to solve my problems, however I'm now wondering if java comes with a debugger like gdb that can be used in Emacs

zmedico 04-26-2002 10:18 AM

Here is a link to the Java tools

http://java.sun.com/j2se/1.4/docs/tooldocs/tools.html

Here is the "jdb" debugger

http://java.sun.com/j2se/1.4/docs/to...laris/jdb.html

I don't know if it works with Emacs. I use Netbeans http://www.netbeans.org

Bert 04-30-2002 10:58 AM

There is a graphical one called Forte (which is basically NetBeans) from the sunsite.

I use the sdk itself in the Emacs mule. You can use javac in the command line from emacs, and any error messages will output to the mule. It has to be my favourite way of programming in java because it's very quick and easy.

Bert

dean35970 05-07-2002 04:55 AM

JAVA DEBUGGER
 
You should visit www.eclipse.org. There you could find open source IDE for Java called Eclipse. It has exellent debugger. Eclipse is originally developed by IBM and it's very similar to
IBM Application Developer but it's lot faster.


All times are GMT -5. The time now is 12:49 PM.