G
G
Governor2021-12-11 21:59:18
Java
Governor, 2021-12-11 21:59:18

Are there debuggers for running Java programs?

Are there debuggers for running Java programs?

I don't mean debuggers for my code, but debuggers for already written programs.
I would like to connect to an existing program and track its execution step by step.
For example, OllyDbg can connect to any .exe file and show the course of actions in the form of an assembler, and even allows you to edit the code.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ruslan., 2021-12-12
@LaRN

You can see about remote debugging here.
https://www.baeldung.com/java-application-remote-d...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question