Community
Participate
Working Groups
With the latest code from HEAD, I get the following exception when I try to launch a "C++ Local" application. Contrary to the error message, the directory "/home/jburns/tmp/deleteme/Hello C" does exist. The problem seems to be related to the space in the pathname. If I remove the " C", it will launch correctly. org.eclipse.cdt.debug.core.cdi.CDIException: Unable to set working directory: "/home/jburns/tmp/deleteme/Hello C": No such file or directory. at org.eclipse.cdt.debug.mi.core.cdi.RuntimeOptions.setWorkingDirectory(RuntimeOptions.java: 101) at org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate. launch(LocalCLaunchConfigurationDelegate.java:94) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:569) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:150) at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:779) at org.eclipse.debug.ui.DebugUITools.buildAndLaunch(DebugUITools.java:629) at org.eclipse.debug.ui.DebugUITools$3.run(DebugUITools.java:585) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)
Alain, please, take a look at this. The "environment-cd" command doesn't accept quotes on Linux, but works fine on Windows.
>The problem seems to be related to the space in the pathname. If I remove the " > C", it will launch correctly. Yes, @*&$#&^(#, the inconsistency of gdb really annoys me. And I lack time to fix it in gdb itself. Thanks for the heads, I'll try to find a work around.
Allright fix in the head ... after &$#*#^$(&^#&( cursing at gdb's behaviour. Nothing is consistent .. sigh 8-)