J
J
JackBoner2019-10-18 08:40:12
Java
JackBoner, 2019-10-18 08:40:12

How to debug compiled JAVA Spring MVC jar?

There is a third-party jar file with a Spring MVC (Spring Boot) project that contains a complete application with all dependencies.
How to debug a project using intellij idea (which can decompile code).
That is, you need to climb into when and go in steps.
When I include the jar via the build configuration (Run/Debug Configuration -> JAR Application), the application is launched via the IDE, but how do I include the decompiled sources and step through them in debugging?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DDwrt100, 2019-10-21
@DDwrt100

as a solution, try to decompile the project. Fortunately, there are plenty of free decompilers, and then assemble them back.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question