猫猫1 发表于 2017-2-20 07:00:01

Resin远程调试

resin3.1 or 更新版本:

修改/resin/conf/resin.xml
<server-default></server-default>里面追加
<jvm-arg>-Xdebug</jvm-arg>
<jvm-arg>-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9090</jvm-arg>
address可为自定义的端口号
页: [1]
查看完整版本: Resin远程调试