Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Bug in 3.0.2?

Are you using the CygWin debugger?

----- Original Message ----- From: "dmsubs" <dmsubs@xxxxxxxxxxxxx>
To: "'CDT General developers list.'" <cdt-dev@xxxxxxxxxxx>
Sent: Wednesday, February 22, 2006 12:42 PM
Subject: [cdt-dev] Bug in 3.0.2?


Hi,

I've just upgraded to Eclipse/CDT 3.1.2/3.0.2. I'm having some problems
launching my debugger, so I switched on debug
(org.eclipse.cdt.debug.mi.core/debug=true)

See below for snippets.

Notice how "F:\Workspace..." has turned into "F \Workspace...", with the
space then causing parsing problems.

Is this a known bug? Is there a workaround/patch? Should I raise a bugzilla
report?

*-*-*-*
3.0.1 (working)
[1,140,629,177,296] 9-environment-cd F:\\Workspace\\gnuarm
[1,140,629,177,296] 9^done
[1,140,629,177,296] (gdb)
[1,140,629,177,578] 10-environment-directory F:/Workspace/gnuarm
F:/Workspace/gn
uarm/.settings F:/Wo\
rkspace/gnuarm/Debug
[1,140,629,177,593]
10^done,source-path="F:/Workspace/gnuarm:F:/Workspace/gnuarm
/.settings:F:/Worksp\
ace/gnuarm/Debug:$cdir:$cwd"
*-*-*-*
3.0.2 (not working)
1,140,629,378,328] 9-environment-cd F:\\Workspace\\gnuarm
[1,140,629,378,343] 9^done
[1,140,629,378,343] (gdb)
[1,140,629,378,515] 10-environment-directory F /Workspace/gnuarm;F
/Workspace/gn
uarm/.settings;F
[1,140,629,378,515] &"Warning: /Workspace/gnuarm/.settings;F: No such file
or di
rectory.\n"
[1,140,629,378,515] &"Warning: /Workspace/gnuarm;F: No such file or
directory.\n
"
[1,140,629,378,515] &"Warning: /cygdrive/f/Workspace/gnuarm/F: No such file
or d
irectory.\n"
[1,140,629,378,515]
10^done,source-path="/cygdrive/f/Workspace/gnuarm/F:/Workspa
ce/gnuarm;F:/Workspa\
ce/gnuarm/.settings;F:$cdir:$cwd"

---
Derek




--------------------------------------------------------------------------------


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top