Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] gdb debugger error

Hi,

The error 
> "Path for project must have only one segment"

comes from org.eclipse.core.internal.resources.WorkspaceRoot
in method getProject(String name)

It happened to me when my project name was empty.
The CDT does not allow an empty project name, but I had modified this
for my stuff
and it turned up a bug in CMainTab.java of the CDT.

If this fits at all with your situation I can describe the fix.

Marc


> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Courtney, Mike
> Sent: Friday, October 03, 2008 11:42 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] gdb debugger error
> 
> Hi,
> 
>  
> 
> I am trying to debug an application on Solaris using the gdb 
> debugger via CDT. Its my first attempt at this via Eclipse 
> and I am getting the following error after I attach to the PID:
> 
>  
> 
> "Path for project must have only one segment"
> 
>  
> 
> Does anyone know what this cryptic error means ?
> 
>  
> 
> Thanks,
> 
> Mike
> 
> 
> ________________________________
> 
> The information contained in this message may be confidential 
> and legally protected under applicable law. The message is 
> intended solely for the addressee(s). If you are not the 
> intended recipient, you are hereby notified that any use, 
> forwarding, dissemination, or reproduction of this message is 
> strictly prohibited and may be unlawful. If you are not the 
> intended recipient, please contact the sender by return 
> e-mail and destroy all copies of the original message.
> 
> 


Back to the top