gud Questions

4

I'm running pdb on my testcases in Python through the gud buffer. When I get a stacktrace/failure in my testcase, it looks like this: FAIL: test_foo_function (__main__.TestFoo) -------------------...
Jackiejackinoffice asked 18/1, 2010 at 18:35

2

Solved

I'm a big fan of Emacs, and use it a lot, especially while programming and debugging (using gud) (C/C++). Recently I had to debug a program (rather simple but that compute on a lot of data (Graph ...
Laudian asked 3/7, 2015 at 12:11

1

I'm using python.el If I choose 'debugger' from the menu, and enter 'python -m pdb myfile.py', gud starts, and in a split frame I see the (Pdb) prompt in one, and my python code in the other with a...
Traherne asked 16/2, 2014 at 1:45

3

Solved

I use GDB in Emacs 24 with gdb-many-windows set to t, usually in its own frame. I like to have a separate editing frame. It looks like this (apologies for my crude ASCII diagram): +-------------+-...
Shonda asked 26/11, 2013 at 19:52

3

I recently switched to using GNU Emacs 24 from 23, and I notice that whenever I enter gud the *input/output* buffer is open. I have close it manually with C-x 0 everytime I debug. Can anyone point ...
Sextain asked 26/11, 2012 at 8:13

1

Solved

Some of the windows have clickable buttons or tabs on header in gdb-many-windows-mode such as 'Locals/Registers' or 'Breakpoints/Threads'. Are they tabs? Can I add new one next to them?
Delp asked 31/7, 2012 at 1:11

3

Solved

I have a program that I'd like to debug with gdb via emacs. In order to run development versions of this program, I have a shell script that I can source that sets up the calling environment to see...
Foundry asked 12/3, 2012 at 13:21

1

Solved

i've started using pdb through gud in emacs 23.3, how can i hook command messages sent to the debugger from the buffer? i wrote the advice below for use with gdb, in order to persist comint's ring,...
Apparatus asked 6/6, 2011 at 20:37

1

Programs I debug output a lot of debug using ascii ctrl characters for colors, bold etc. In GUD mode they appear as "^[[...m". Is there a way to have that output like it would be in a console?
Platform asked 15/4, 2011 at 8:37

2

Solved

I am trying to move from Emacs v22.3.1 to v23.1.1 and all was going well until I tried to run gdb using gud inside Emacs. When I do meta-x gdb and give a command of 'gdb /my/executable/here' the w...
Jerrold asked 30/9, 2009 at 1:17
1

© 2022 - 2024 — McMap. All rights reserved.