Java Spring Boot - Remote Debugging in IntelliJ - Configuration

preview_player
Показать описание
Extend your programming skills with remote debugging! In this video we will learn how to use Remote Debugging in IntelliJ IDE. We will start with building deployable fat jar file. After this we will start our web service from fat jar with special arguments. Those arguments will expose socket for remote debugging session. Later on we will configure remote debugging in IDE and attach our source code to the application running on JVM. Going further, we will set breakpoint to test out if we have successfully connected and if we are able to debug our application. Keep playing with code!

Follow //CodefForgeYT on:
Рекомендации по теме
Комментарии
Автор

Both Java and IntelliJ are fairly new to me and I am working on a Java web service that someone else wrote, but thanks to your video I was able to succeed with debugging on the first try! Thank you so much.

LSpencer
Автор

Concise yet very informative video. Thank you!

fazi
Автор

Thank you so much for this wonderful session.

ManishKumar-rzub
Автор

Very informative video. Precisely the one I was looking for. Thanks alot!

aniruddhachitley
Автор

Lovely. For once a clear demo that works first time as I follow it. If only @Jetbrains could be _this_ clear in their doco!

kitersrefuge
Автор

Hello, hanks for the video. Gave me an idea on the subject, but I'm having problems...

When I run the command java -agentlib:jdwp=transport=dt_socket, server=y, suspend=n, address=5005 -jar middleware-portall-yupi.jar

I get the error:
Logback configuration error detected:
ERROR in - No destination was configured. Use <destination> to add one or more destinations to the appender

The ELK is an environment variable, but I don't know how to pass it to the remote debugger configuration. I think this is causing the error.

LuizFelipe-jthy
Автор

Thanks for the video, please let me know.. how could we do remote dubugging for war file ?

krsingh
Автор

I went to that jaspersoft link and it really gives in json "Item third-party-ce-artifacts:) does not exist" what the hell? What to do then? How does project work if there is no such item? Or the IDE tries to download from wrong place

dariusv