c9 / core

Cloud9 Core - Part of the Cloud9 SDK for Plugin Development https://c9.github.io/core/ https://c9.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why not support JPDA for java?

lifubang opened this issue · comments

Why not use jdb to debug java? The server can use JPDA to start remote debugger.
I try to use gcj and gdb to debug java, but it only support jdk 1.5. If you can support jdb, it will be better.