Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Use C++ other than GNU compiler

scratch that... i meant the symbolics generated by Visual Studio... :-)

On Friday, October 3, 2003, at 07:53 AM, Phillip Shoemaker wrote:

Obviously GDB won't read in the symbolics (PE/COFF) generated by GCC, but you could use Cygwin to COMPILE your app in the first place, use GDB, then you won't run into this problem.

On Friday, October 3, 2003, at 04:45 AM, Mikhail Khodjaiants wrote:

CDT uses mi interface to communicate with debugger. As far as I know there is only one debugger that supports mi - gdb.

----- Original Message -----
From: R.Rajaram
To: cdt-dev@xxxxxxxxxxx
Sent: Friday, October 03, 2003 6:34 AM
Subject: Re: [cdt-dev] Use C++ other than GNU compiler

I think we cannot use VC debugger. GDB is a command line debugger. One can interface EClipse(ie CDT ) with any command line debugger.

----- Original Message -----
From: Subhrojyoti
To: cdt-dev@xxxxxxxxxxx
Sent: Friday, October 03, 2003 1:36 PM
Subject: Re: [cdt-dev] Use C++ other than GNU compiler

Thanks Tanya for the information
 
 I could actually compile and run a C++ program using VC++ compiler and exporting make file from the visual studio. Now the next query is can I use another debugger, for example VC++ debugger to debug my program written in C++? Or I have to use the GDB debugger, no choise. I am using CDT 1.1
 
-Subhro


Back to the top