[Bug 259571] New: in emacs, M-x pdb doesn't work
https://bugzilla.novell.com/show_bug.cgi?id=259571 Summary: in emacs, M-x pdb doesn't work Product: openSUSE 10.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: maw@novell.com QAContact: qa@suse.de In emacs, M-x pdb doesn't work. (It's the python equivalent of M-x gdb, and is part of gud.) When you run it, it defaults to pdb, which isn't in $PATH. However, even when you specify the full path, it still doesn't work: | Run pdb (like this): ~/bin/pdb.py /tmp/test.py prints | Current directory is /what/ever in the gud buffer. Running pdb.py inside a terminal works. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=259571 mhorvath@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |werner@novell.com |screening@forge.provo.novell| |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=259571 werner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #1 from werner@novell.com 2007-04-03 05:26 MST ------- Read the fine manual ... you have to load the emacs library file for gud. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=259571 maw@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Comment #2 from maw@novell.com 2007-04-03 08:31 MST ------- gud is loaded by default. Try it. emacs -q, M-x pdb RET etc. It doesn't work. emacs doesn't know where on the filesystem pdb lives, and even when you tell it where it lives it still doesn't work. Thank you, drive through. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=259571 werner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |werner@novell.com, mfabian@novell.com AssignedTo|werner@novell.com |jmatejek@novell.com Status|REOPENED |NEW ------- Comment #3 from werner@novell.com 2007-04-03 09:46 MST ------- I'll not fix this, as I'm not familiar with python and I'll not invest any time on the python interface of emacs. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=259571 ------- Comment #4 from maw@novell.com 2007-04-03 11:21 MST ------- For me, an acceptable workaround was to install pydb (http://bashdb.sourceforge.net/pydb/), which comes with a file, pydb.el, which, when loaded, actually works. (And it's not too shabby as a standalone debugger in its own right.) I think we'd do well to ship it in 10.3. See home:maw/pydb in the build service. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=259571 ------- Comment #5 from jmatejek@novell.com 2007-04-04 10:30 MST ------- i, on the other hand, am not familiar with emacs and not exactly willing to learn the intricacies of *-modes. therefore, i'm afraid that i have absolutely no idea what are you two talking about. have a look at the following page: http://gunnarwrobel.de/wiki/Python.html it describes something that should "install" pdb, if i understand it correctly. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=259571 jmatejek@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jmatejek@novell.com |mfabian@novell.com ------- Comment #6 from jmatejek@novell.com 2007-04-20 10:51 MST ------- what is gud, anyway? handing back to you emacs folks, please don't return this to me until it boils down to an actual bug in python/pdb -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=259571 ------- Comment #7 from maw@novell.com 2007-04-20 11:15 MST ------- http://www.gnu.org/software/emacs/manual/html_node/Debuggers.html#Debuggers explains what gud is. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=259571 ------- Comment #8 from mfabian@novell.com 2007-04-23 04:00 MST ------- And why is this bug assigned to me now? I'm not the maintainer of emacs and I don't even use it (I use XEmacs). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=259571 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=259571#c9 Mike Fabian <mfabian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Mike Fabian <mfabian@novell.com> 2008-05-28 06:31:50 MDT --- I still don’t know why this is assigned to me. Nevertheless I checked that the thing requested in comment #0 works in STABLE/Factory, therefore I assume it is fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com