all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Jdee debug problem
@ 2007-07-31 14:43 lu
  0 siblings, 0 replies; 4+ messages in thread
From: lu @ 2007-07-31 14:43 UTC (permalink / raw)
  To: help-gnu-emacs, jde

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?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Jdee debug problem
       [not found] <mailman.4165.1185893065.32220.help-gnu-emacs@gnu.org>
@ 2007-07-31 21:16 ` Stefan Monnier
  2007-07-31 23:00   ` lu
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2007-07-31 21:16 UTC (permalink / raw)
  To: help-gnu-emacs

> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Jdee debug problem
  2007-07-31 21:16 ` Stefan Monnier
@ 2007-07-31 23:00   ` lu
  2007-08-02 12:22     ` lu
  0 siblings, 1 reply; 4+ messages in thread
From: lu @ 2007-07-31 23:00 UTC (permalink / raw)
  To: Stefan Monnier, help-gnu-emacs, jde

>
> 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
> help-gnu-emacs@gnu.org
> 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"))

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Jdee debug problem
  2007-07-31 23:00   ` lu
@ 2007-08-02 12:22     ` lu
  0 siblings, 0 replies; 4+ messages in thread
From: lu @ 2007-08-02 12:22 UTC (permalink / raw)
  Cc: help-gnu-emacs, jde

lu@luxdo.jp さんは書きました:
>>
>> 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
>> help-gnu-emacs@gnu.org
>> 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"))
>
>
>
>
Is there Anyone knows how to solve this problem?
It there anyone can have a try?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-08-02 12:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-31 14:43 Jdee debug problem lu
     [not found] <mailman.4165.1185893065.32220.help-gnu-emacs@gnu.org>
2007-07-31 21:16 ` Stefan Monnier
2007-07-31 23:00   ` lu
2007-08-02 12:22     ` lu

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.