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: Wed, 01 Aug 2007 08:00:26 +0900 Message-ID: <46AFBF0A.8090700@luxdo.jp> References: 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 1185922871 32167 80.91.229.12 (31 Jul 2007 23:01:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jul 2007 23:01:11 +0000 (UTC) To: Stefan Monnier , help-gnu-emacs@gnu.org, jde@sunsite.dk Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 01 01:01:03 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 1IG0i6-0000hS-Kh for geh-help-gnu-emacs@m.gmane.org; Wed, 01 Aug 2007 01:01:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IG0i6-0000FN-7W for geh-help-gnu-emacs@m.gmane.org; Tue, 31 Jul 2007 19:01:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IG0hr-0000Db-Js for help-gnu-emacs@gnu.org; Tue, 31 Jul 2007 19:00:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IG0hq-0000C5-4z for help-gnu-emacs@gnu.org; Tue, 31 Jul 2007 19:00:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IG0hq-0000Bz-2v for help-gnu-emacs@gnu.org; Tue, 31 Jul 2007 19:00:46 -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 1IG0hp-0008Ub-7E for help-gnu-emacs@gnu.org; Tue, 31 Jul 2007 19:00:45 -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 l6VN0YoA018504 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Aug 2007 08:00:37 +0900 User-Agent: Thunderbird 2.0.0.5 (X11/20070719) In-Reply-To: X-MIME-Autoconverted: from 8bit to quoted-printable by www.luxdo.jp id l6VN0YoA018504 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:46235 gmane.emacs.jdee:5226 Archived-At: > > 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"))