命令行Java调试器 [英] Commandline Java Debugger

查看:83
本文介绍了命令行Java调试器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有一个很好的命令行调试器的java?



我给了JDB一个机会,但是Commandline界面很烂。如果我想改变最后一行并重新执行,我必须重新输入整行。 [UP-ARROW]的命中只是给了我^ [[A]。对于package / class / methodnames也没有完成。



GDB是一个很好的选择,但我不知道如何远程调试它。



我有一个Maven / Vim安装程序,并且想要使用一个控制台调试器的java,是否有可能集成GDB或另一个好的调试器在这个设置?



问候Sven

解决方案

在此您可以获取所有命令行调试器



此外,并不完全是一个调试器,但绝对是一个Java $的命令行界面,
可能会帮助您调试:




Is there a good commandline debugger for java?

I gave JDB a chance, but the Commandline interface sucks. If I want to change the last line and reexcecute it, I have to retype the whole line. A hit on [UP-ARROW] just gives me "^[[A". Also there is no completion for package/class/methodnames.

GDB is a good alternative but I don't know how to remote debug with it.

I have a Maven/Vim Setup and want to use a console debugger for java, is there a possibility to integrate GDB or another good debugger in this setup?

Greetings Sven

解决方案

Here you can get the list of all the command-line debuggers.

Also, not exactly a debugger, but definitely a command-line interface to Java that may help you debug :

这篇关于命令行Java调试器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆