From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tom Hu Newsgroups: gmane.emacs.help Subject: help: gud-debug with emacs Date: Fri, 28 Feb 2003 17:02:10 -0800 Organization: Cisco Systems Inc. Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3E600692.D57CA5EB@cisco.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1046480854 19041 80.91.224.249 (1 Mar 2003 01:07:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 1 Mar 2003 01:07:34 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18ovTR-0004wz-00 for ; Sat, 01 Mar 2003 02:07:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ovRN-0002gO-07 for gnu-help-gnu-emacs@m.gmane.org; Fri, 28 Feb 2003 20:05:25 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs X-Mailer: Mozilla 4.79 [en]C-CCK-MCD (Windows NT 5.0; U) X-Accept-Language: en Cache-Post-Path: sj-nntpcache-5!unknown@sjc-vpn2-493.cisco.com X-Cache: nntpcache 2.4.0b2 (see http://www.nntpcache.org/) Original-X-Complaints-To: abuse@supernews.com Original-Lines: 14 Original-Xref: shelby.stanford.edu gnu.emacs.help:110734 comp.emacs:77943 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7235 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7235 Hi all, I just updated my emacs to 21.2 (old version is 19.x). When I did single step "n" to debug my code, the cursor sometimes does not move to the right source line. Until I did "l" to list the source, it will move to the right position. I did not see this problem in my 19.x release. I used the same init file .emacs. Thanks help Tom Hu