我个人推荐Visual Cafe 4.5 ,稳定性比4.0有质的提升,DEBUG和Visual C++ 6几乎一样,界面亲和力也比JBUILD或者其它工具强多了(当然了,我指的是习惯了VC的程序员),其它类似断点、堆栈的就不用说了,都有的!

解决方案 »

  1.   

    最好的调试工具当属JBUILDER!你也可是使用JDB调试但很麻烦!
      

  2.   

    如果手头没有ide
    就先用jdb吧。
      

  3.   

    顺便再问一个问题,JAVA里有没有无符号整数?要是有怎么定义?
    >>没有无符号整数!
      

  4.   

    我用操作系统是Solaris,
       JBUILDER和Visual Cafe 4.5能在Solaris环境下运行么?
      

  5.   

    好像jbuilder可以在solaris下运行!visual cafe不知道!
    用jdb调试吧,如果没有ide的话!
      

  6.   

    jbuild的IDE真恶心,如果换个字体还凑合
      

  7.   

    有个jdb的工具Usage: jdb <options> <class> <arguments>where options include:
        -help             print out this message and exit
        -version          print out the build version and exit
        -host <hostname>  host machine of interpreter to attach to
        -password <psswd> password of interpreter to attach to (from -debug)
        -dbgtrace         print info for debugging jdboptions forwarded to debuggee process:
        -D<name>=<value>  set a system property
        -classpath <directories separated by ":">
                          list directories in which to look for classes
        -X<option>        non-standard debuggee VM option<class> is the name of the class to begin debugging
    <arguments> are the arguments passed to the main() method of <class>For command help type 'help' at jdb prompt
      

  8.   

    没人用VAJ吗,调试也很爽,
    字体比JB好