[Bug 58999] debugger will not start
Roger Larsson
roger.larsson at norran.net
Sat Sep 27 00:51:02 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=58999
------- Additional Comments From roger.larsson at norran.net 2003-09-27 00:50 -------
I have seen this before and the reason is quoting problem:
Note the: '"--fullname"' (single quote) (double qoute)...(double)(single)
Text withing double quotes get variable substituted.
But text within single quotes does not - the above counts as single quoted.
The single quotes gets removed and the resulting _option_ is "--fullname"
(that sounds correct doesn't it?)
Problem is that the double quotes are concidered a part of the argument!
But there are no options starting with a double quote...
More information about the KDevelop-devel
mailing list