Setting break point problem
Peter Su <[email protected]>
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
HI all: I encounter problem when i setting break point, i suspect that it can't find project source path but i did set : cd e:/cvs_work/ec d:/java/jdk1.5.0_02/bin/jdb.exe -connect com.sun.jdi.SharedMemoryAttach:name=javadebug Set uncaught java.lang.Throwable Set deferred uncaught java.lang.Throwable Initializing jdb ... > stop at com.gomedigi.erp.webapp.action.system.LoginAction:52 Unable to set breakpoint com.gomedigi.erp.webapp.action.system.LoginAction:52 : No linenumber information for com.gomedigi.erp.webapp.action.system.LoginAction. Try compiling with debugging on. > thanks Peter