Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Re: [eclipse-dev] 答复: [eclipse-dev] GDB not working with Eclipse 3.0 and CDT 2.0

Thanks for your reply, I removed the cofig dir and yet ..
The Java trace is :

---------------------------------------------------------------
Failed Launching CDI Debugger
org.eclipse.cdt.debug.core.cdi.CDIException: Unable to set working
directory: mi_cmd_env_cd: Usage DIRECTORY
org.eclipse.cdt.debug.mi.core.cdi.RuntimeOptions.setWorkingDirectory(RuntimeOptions.java:106)
org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch(LocalCLaunchConfigurationDelegate.java:95)
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:569)
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:788)
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:955)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
  Unable to set working directory: mi_cmd_env_cd: Usage DIRECTORY
org.eclipse.cdt.debug.core.cdi.CDIException: Unable to set working
directory: mi_cmd_env_cd: Usage DIRECTORY
org.eclipse.cdt.debug.mi.core.cdi.RuntimeOptions.setWorkingDirectory(RuntimeOptions.java:106)
org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch(LocalCLaunchConfigurationDelegate.java:95)
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:569)
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:788)
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:955)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
----------------------------------------------------------------------------------

Hope gor your response,

Thanks,
Rohit


On Fri, 26 Nov 2004 18:07:11 +0800, LuJun <pb_lujun@xxxxxxx> wrote:
> Try to delete the directory named "config" in your eclipse dir and restart
> eclipse.
> 
> -----邮件原件-----
> 发件人: eclipse-dev-admin@xxxxxxxxxxx [mailto:eclipse-dev-admin@xxxxxxxxxxx]
> 代表 rohit makasana
> 发送时间: 2004年11月26日 17:48
> 收件人: eclipse-dev@xxxxxxxxxxx
> 主题: [eclipse-dev] GDB not working with Eclipse 3.0 and CDT 2.0
> 
> Hi,
> 
> I am using Eclipse 3.0 with SUSE Linux. I am CDT 2.0 for c/c++ developement
> in Eclipse.  Everything working fine for C/C++ using Eclipse, but GDB is not
> working. When i am trying to lunch GDB , it giving me some kind of error.I
> have listed all errors bellow here.
> 
> I have also attached my .log file.
> 
> Failed Launching CDI Debugger
> 
> So how to solve this problem?
> 
> Thanks,
> Rohit
> 
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> http://dev.eclipse.org/mailman/listinfo/eclipse-dev
>


Back to the top