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

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

bug#9944: gud error: Problem parsing arguments: interpreter-exec console


From: Ken Brown
Subject: bug#9944: gud error: Problem parsing arguments: interpreter-exec console
Date: Thu, 03 Nov 2011 22:37:54 -0400
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

On 11/3/2011 2:01 PM, Dan Nicolaescu wrote:

With the current trunk

./emacs -Q
M-x gdb RET ../lib-src/emacsclient RET
At the gud prompt:

run -a "" Makefile

This gives an error:
Problem parsing arguments: interpreter-exec console "r -a "" Makefile"
and the program does not start.

This looks like a quoting error. I think gud should be replacing each `"' by `\"'. If you do this manually, the error goes away and the program starts.

Ken





reply via email to

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