| Newsgroups |
gmane.emacs.help,gmane.emacs.jdee |
| Message-ID |
<[email protected]> |
>
> Hi,I use emacs22.1,jde2.3.5.1,cedet 1.0pre3,elib-1.0 to develop java
> application.
> I set the break point and press C-c C-v C-d to start debug.(using jdb)
> It stop at the break point,but when I press C-c C-a C-s(step over),
> It can't work any more,The step over,step in,step out,continue menu
> became disable status.
> I tried at both linux and window,It have the same problem.
> When I set jde-debugger to jdebug,Perhaps It works OK,But slowly.
>
> Does it mean jdee can't fully support emacs22 and
> Is there any way to solve this problem?
>
Stefan Monnier さんは書きました:
>> Hi,I use emacs22.1,jde2.3.5.1,cedet 1.0pre3,elib-1.0 to develop java
>>
> ^^^^^^^^^ ^^^^^^^^^^^^^
>
> These two are incompatible: upgrade the Cedet package to pre4.
>
>
> Stefan
> _______________________________________________
> help-gnu-emacs mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
>
>
Thanks for your replay,I updated cedet to 1.0pre4,but It have
the same problem.(buy the way,The jdk which I tested are
1.4.2,1.5,6.0,all have the sample problem,I think it is not the problem
of jdk)
The following is the detail of my settting.
ls /home/lu/emacs_plugin/
>> cedet elib jde
my .emacs is
>> cat /home/lu/.emacs
(add-to-list 'load-path (expand-file-name "~/emacs_plugin/jde/lisp"))
(add-to-list 'load-path (expand-file-name "~/emacs_plugin/cedet/common"))
(load-file (expand-file-name "~/emacs_plugin/cedet/common/cedet.el"))
(add-to-list 'load-path (expand-file-name "~/emacs_plugin/elib"))