No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-01-21 23:01:33 +01:00
.idea Publishable Version 2026-01-21 20:36:37 +01:00
src Bug fixes and a lot of Code styling 2026-01-21 22:58:03 +01:00
test/unittests Bug fixes and a lot of Code styling 2026-01-21 22:58:03 +01:00
.gitignore Publishable Version 2026-01-21 20:36:37 +01:00
JavaDebugger.iml Publishable Version 2026-01-21 20:36:37 +01:00
pom.xml Publishable Version 2026-01-21 20:36:37 +01:00
README.md Updated Readme 2026-01-21 23:01:33 +01:00

Java Debugger

by Lukas Zeller

Architecture:

cli/CLI.java - Command Line Interface
debug/Debugger.java - Sends Events and receives Events through JDI.

Unit Tests:

test/unittests

Built with openjdk-22

How to run a JavaVM Debuggee: java -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005 Example