Col-E / Recaf

The modern Java bytecode editor
https://recaf.coley.software
MIT License
5.99k stars 463 forks source link

Add debug to agent-mode #153

Open Col-E opened 5 years ago

Col-E commented 5 years ago

Debugging

When running Recaf in agent-mode, you can instrument classes on the fly. Adding the ability to set breakpoints and intercept and view variable data would be helpful to analyzing the behavior of running processes.

NULL0B commented 2 years ago

You may want to review this https://github.com/mailein/java_bytecode_debugger

NULL0B commented 2 years ago

You may want to review this https://github.com/mailein/java_bytecode_debugger

@Col-E

xcfrg commented 2 years ago

Debugging will be added to Recaf with SSVM