From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "lu@luxdo.jp" Newsgroups: gmane.emacs.help,gmane.emacs.jdee Subject: Re: Jdee debug problem Date: Thu, 02 Aug 2007 21:22:15 +0900 Message-ID: <46B1CC77.5070603@luxdo.jp> References: <46AFBF0A.8090700@luxdo.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1186057384 31556 80.91.229.12 (2 Aug 2007 12:23:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Aug 2007 12:23:04 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, jde@sunsite.dk Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 02 14:22:57 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IGZhg-0006Zp-Bv for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Aug 2007 14:22:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IGZhf-0006yM-HP for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Aug 2007 08:22:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IGZhR-0006w7-Bn for help-gnu-emacs@gnu.org; Thu, 02 Aug 2007 08:22:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IGZhQ-0006tx-1b for help-gnu-emacs@gnu.org; Thu, 02 Aug 2007 08:22:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IGZhP-0006tp-PT for help-gnu-emacs@gnu.org; Thu, 02 Aug 2007 08:22:39 -0400 Original-Received: from softbank218118058050.bbtec.net ([218.118.58.50] helo=www.luxdo.jp) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IGZhN-0007pL-V0 for help-gnu-emacs@gnu.org; Thu, 02 Aug 2007 08:22:39 -0400 Original-Received: from [192.168.11.4] ([192.168.11.4]) (authenticated bits=0) by www.luxdo.jp (8.13.1/8.13.1) with ESMTP id l72CMF2f006751 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Aug 2007 21:22:17 +0900 User-Agent: Thunderbird 2.0.0.5 (X11/20070719) In-Reply-To: <46AFBF0A.8090700@luxdo.jp> X-MIME-Autoconverted: from 8bit to quoted-printable by www.luxdo.jp id l72CMF2f006751 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:46264 gmane.emacs.jdee:5227 Archived-At: lu@luxdo.jp =E3=81=95=E3=82=93=E3=81=AF=E6=9B=B8=E3=81=8D=E3=81=BE=E3=81=97= =E3=81=9F: >> >> 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? >> =20 > Stefan Monnier =E3=81=95=E3=82=93=E3=81=AF=E6=9B=B8=E3=81=8D=E3=81=BE=E3= =81=97=E3=81=9F: >>> Hi,I use emacs22.1,jde2.3.5.1,cedet 1.0pre3,elib-1.0 to develop java >>> =20 >> ^^^^^^^^^ ^^^^^^^^^^^^^ >> >> 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 >> >> =20 > 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?