Eclipse Java remote debugger extremely slow over VPN

后端 未结 4 1291
北恋
北恋 2021-02-04 02:30

I sometimes am forced to work away from my office, meaning that I need to VPN into my lab. I\'ve noticed that remote-debugging with Eclipse in this situation is horrendously slo

4条回答
  •  盖世英雄少女心
    2021-02-04 03:10

    From very light testing of a pretty large project (almost 100 subprojects, ping times ~200-300ms), Netbeans seems to be doing ok in comparison with Eclipse.

    You can step and it takes few seconds to update and attaches in < 1 min.

    It's of course annoying to not be able to use Eclipse, but it is a GUI and as such way better than plain JDB.

提交回复
热议问题