醉里且贪欢笑,要愁那得工夫。近来始觉古人书,信着全无是处。 昨夜松边醉倒,问松“我醉何如”。只疑松动要来扶,以手推松曰:“去”!

2007年3月5日星期一

HOW To DEBUG USING JDE

emacs jde debug your program


jde contain one debugger,but need your config some case,default is the sun debugger.

jde debug configure as following

(setq jde-run-option-debug (quote ("Server" "Shared Memory" "javadebug" nil "4444" nil)))
jde will watch using break point ,when we invoke the code by brower ,the break point will be triggered

In additon,don't forget config variable
jde-db-option-classpath
which can help find jde.

没有评论: