远程调试maven设置 The run goal forks a process for the boot application. It is possible to specify jvm arguments to that forked process. The following configuration suspend the process until a debugger has joined on port 5005 <project> ... <build> .
phpstorm进行网页调试的时候,默认是加端口号63342,在配置本地php环境的时候默认端口不一定是63342这个,更多的是系统默认的端口号80,那么问题就出现了,如何在phpstorm中将63342端口改成80端口呢,修改的方法有两种,请看以下截图说明: 1.在菜单栏的”Preferences“下的"Build,Execution,Deployment"下的"Debugger"找到"Built-in server port"即可改变端口号,