eclipse-jdt / eclipse.jdt.debug

Eclipse Public License 2.0
16 stars 46 forks source link

Remote debuging works drammaticaly slowly. #475

Open technician21 opened 2 weeks ago

technician21 commented 2 weeks ago

Remote debug starts in over minute. The random breakpoints invoked for example in 3.5-7 and more minutes. In this case debugger practically not working. In comparison with intellij-community which starts in seconds, breakpoint triggered in up to 4-5 seconds on the same environment. On remote application (Tomcat app server) decreased number of threads. In eclipse options e.g. show monitors, show threads is switched off.

environment:

  1. Eclipse for java EE and WTP: Version: 2023-06 (4.28.0) Build id: 20230608-1333

  2. Built-in JDK: openjdk 17.0.7 2023-04-18 GNU/Linux Ubuntu 22.04

What additional information can i gather and provide to debug this issue. Thanks

jukzi commented 2 weeks ago

See https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md how to setup a workspace where you can debug the ide on your own. Create and post a minimal reproducer.