Remote Debugging Camunda in Springboot

I’m trying to debug my Camunda Spring boot application in eclipse remote. It works quite well, the server starts, but when I log in and click on Tasklists, it doesn’t load the page…

has someone already had the same problem?

I started the Server with the following:
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8001 -jar target/camunda-adapter-1.0.0-SNAPSHOT.jar