简体   繁体   中英

Custom debugger to debug remote/local java application

I want to debug a remote java application using a java program(i don't mind using eclipse api in the program) but i don't want to debug it using eclipse GUI.

Any suggestion/help will be greatly appreciated.

Thanks in advance!!

Use the native jdb, more about this here: http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/jdb.html

notice that the remove debugged application should be run in debug mode for you'll able to attach it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM