Hi, I assume you mean the dialog that pops up, when you select the "Debug Script" action. If this is correct I have to admit, that I cannot reproduce the problem over here. Are you using the latest version (3.8.1)?
Regards, Detlev Am Mittwoch, 1. März 2006 19:03 schrieb Robert Morrison: > Hi: > > Sorry for what may be a question with an obvious answer, > but I'm having trouble specifying quoted command line args > in Eric in the debugger. In the "Debug Script" field > "Commandline," I specify the value: > > "hello there" dolly > > and what I want is: > > sys.argv[1] = "hello there" > sys.argv[2] = "dolly" > > but what I get is: > > sys.argv[1] = '"hello' > sys.argv[2] = 'there"' > sys.argv[3] = "dolly" > > Any way to get what I want? (Or do we cue the Rolling Stones?) > > Thanks, > Robert > > _______________________________________________ > PyKDE mailing list [email protected] > http://mats.imk.fraunhofer.de/mailman/listinfo/pykde -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
