Is there any GDB for Windows XP?

W

Water Lin

I am trying to write some code compiling with G++ or something else.

But why can't I find GDB for Windows XP?

Does this be removed from sourceforge.net?

I have installed MinGW on my computer.

Thanks
 
P

Pascal J. Bourguignon

Water Lin said:
I am trying to write some code compiling with G++ or something else.

But why can't I find GDB for Windows XP?

Does this be removed from sourceforge.net?

I have installed MinGW on my computer.

Well, while I don't know anything about MS-Windows properly, I know
that gdb is available on cygwin. http://www.cygwin.com/
 
A

Alf P. Steinbach

* Water Lin:
OK. Thanks, It looks like that I can just use Cygwin now.

Consider installing Code::Blocks IDE.

Then you get symbolic debugging with gdb as backend.

Cheers & hth.,

- Alf
 
R

REH

I am trying to write some code compiling with G++ or something else.

But why can't I find GDB for Windows XP?

Does this be removed from sourceforge.net?

I have installed MinGW on my computer.

Thanks

There is a GDB for MinGW in it's SourceForge Area. If you go back a
couple of versions, this is also a GUI version (Insight).

There are also free a compiler (VS2008 Express) and debugger (WinDBG)
at Microsoft's site.

REH
 
J

Jorgen Grahn

* Water Lin: ....

Consider installing Code::Blocks IDE.

Then you get symbolic debugging with gdb as backend.

Nitpick: gdb itself is a symbolic debugger, so you don't need an IDE
for that reason.

/Jorgen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,159
Messages
2,570,879
Members
47,414
Latest member
GayleWedel

Latest Threads

Top