I want to launch emacs with gdb running. I d like to have all of the command line arguments fed in at the same time. This post: Start emacs-gdb from command line?, already solves 95% of the problem, but I have an annoying nagging follow-on to the problem. I really need to be able to pass in arguments that have spaces, something ala
edbg path/to/myprog --firstarg "something with spaces" --secondarg 1
我在现场和洞.地进行了搜捕,我走了几小时,但我看不到这一点。
任何想法?