IDEA的远程开发功能,可以将本地的编译、构建、调试、运行等工作都放在远程服务器上执行,而本地仅运行客户端软件进行常规的开发操作即可,官方给出的逻辑图如下,可见通过本地的IDE和服务器上的IDE backend将本地电脑和服务器打通,实现了远程开发的效果。
远程连接测试服务器进行调试:测试环境是LINUX系统:(不要在生产环境使用,容易被攻击)JDWP 是 Java Debug Wire Protocol 的缩写,在JPDA(Java Platform Debugger Architecture)中,它定义了调试器(debugger
idea插件介绍作为一枚程序员,平时最常用的ide就是IntelliJ IDEA。平时会用到各种各样的插件,通过插件的使用,提高自己的开发效率。idea具有全局性,安装好插件后,对idea生效,所有的工程均能找到。
for { if { count++;如果你在多处添加了这种断点,简单的看 log 可能偶尔还是不够直观,可以勾选上面图片绿色框线的 :Breakpoint reached at top.dayarch.TestDebug.isInterestedinterested 6Breakpoint reached at top.dayarch.TestDebug.isInterestedinterested 0Breakpoint reached at top.dayarch.TestDebug.isInterestedinterested 9Breakpoint reached at top.dayarch.TestDebug.isInterestedinterested 8Breakpoint reached at top.dayarch.TestDebug.isInterestedinterested 1Found 3 interested valuesDisconnected from the target VM, address: '127.0.0.1:0', transport: 'socket'Process finished with exit code。