-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
27 lines (21 loc) · 808 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Python Java Debugger
====================
A modest attempt at implementing the lacking `jdb` replacement with sharpened features like command history, command and argument completion, wrapped sessions, syntax highlighting.
Roadmap
-------
- basic JDWP client implementation (socket transport)
- debug sessions
- command completion
- argument completion
- add some colors
- application launcher
- listen
- shmem transport, other transports
- testing, docs
- ...
Documentation
-------------
http://docs.oracle.com/javase/7/docs/technotes/guides/jpda/jdwp-spec.html
http://docs.oracle.com/javase/7/docs/platform/jpda/jdwp/jdwp-protocol.html
http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/jdb.html
Developing against JDWP 1.5/1.6 in OpenJDK VM 20.0 (Java 1.6.0_24) and DalvikVM 1.4 (JRE 1.5)