Skip to content

Commit d17b419

Browse files
committed
Initial Commit
0 parents  commit d17b419

23 files changed

+3378
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/.settings/
2+
/bin/
3+
4+
/src/test/
5+
/export/
6+
.classpath
7+
.project

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Java Debugger
2+
Java Debugger is a attachable debugger to your java application. It can modify fields, execute methods, or even analyze local variables.
3+
4+
To get started, grab a download [from our releases page](https://github.com/ThisTestUser/Java-Debugger/releases) and follow our wiki to get instuctions on how to debug applications.
5+
6+
If you have any issues or requests, please open an issue or a pull request and we'll look into it as soon as possible!
7+
8+
## Credits
9+
Much of the GUI layout from this debugger is inspired from [Monster Debugger](https://demonsters.nl/nl/projects/monsterdebugger).
10+
11+
The access icons are inspired from [JByteMod](https://github.com/GraxCode/JByteMod-Beta).
12+
13+
## License
14+
This project uses the Apache 2.0 license.
2.84 KB
Loading
301 Bytes
Loading
448 Bytes
Loading
218 Bytes
Loading
177 Bytes
Loading
222 Bytes
Loading
221 Bytes
Loading
2.8 KB
Loading

0 commit comments

Comments
 (0)