bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gud/pdb on windows operating systems


From: Syver Enstad
Subject: gud/pdb on windows operating systems
Date: 17 Sep 2002 14:46:53 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.2.1 (i386-msvc-nt5.0.2195)
 of 2002-04-01 on TECH
configured using `configure --with-msvc (12.00)'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: no_NO
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

This is taken from a posting on comp.emacs that fixes the gud/pdb
debugger under windows. The problem is that pdb seems to stop
responding and doesn't show any output after a couple of commands.

Since the fix just involves changing a regexp to allow for windows/dos
style pathnames, I hypothetize that pdb stops responding when it first
is presented with such a pathname. This is consistent with the
behaviour I have observed.

Applying the fix by setq'ing the variable to the new value fixes the
problem on my machine.

Felix <aprogrammer@hotmail.com> writes:
> u just need to fix a few things to make it recogonize the win32
path.

> here's how, open gud.el and search for the variable
> 'gud-pdb-marker-regexp',
> 
> then modify it to something like: 
(defvar gud-pdb-marker-regexp
   "^> 
\\([-a-zA-Z0-9_/.:\\]*\\|<string>\\)(\\([0-9]+\\))\\([a-zA-Z0-9_]*\\|\\?\\)()\\(->[^\n]*\\)?\n")





Recent input:
<down-mouse-1> <mouse-1> <menu-bar> <help-menu> <r
eport-emacs-bug>

Recent messages:
Loading easy-mmode...done
Loading igrep...done
Loading mybindings (source)...done
Loading image...done
Loading h:/mydocuments/.recentf...done
Loading delsel...done
For information about the GNU Project and its goals, type C-h C-p.
Loading pymacs...done
Pymacs loading extension...done
Loading emacsbug...done

-- 

Vennlig hilsen 

Syver Enstad






reply via email to

[Prev in Thread] Current Thread [Next in Thread]