Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Initial commit for win32 debugger completed

I'm on it right away. Will go trough the code and rapport
back to you what i find.
First of all this copyrights stuff you talk about!
Furthermore You just honk and give me the direction on what to do!
Thanks Dog!!







Monday, July 5, 2004, 10:58:39 PM, you wrote:

DS> Hey gang,

DS> I have committed what I have so far for the win32 debugger. These are
DS> available in the org.eclipse.cdt-debug folder, plugins 
DS> org.eclipse.cdt.debug.win32.core and
DS> org.eclipse.cdt.debug.win32.ui.

DS> Going through it today, I'll have to apologize for the lack of comments in
DS> the code. Hopefully, you can follow it. If not, I'll be happy to answer
DS> any questions on it.

DS> As Alain pointed out, this will be a good exercise to remove MI-isms from
DS> the debugger, but, to be honest, I haven't notice any yet. But then I'm
DS> pretty much a novice at this stuff.

DS> There are a couple of interesting things covered by the core plugin. First
DS> is the use of the Microsoft Visual C++ Toolkit and Platform SDK to build
DS> the native library. These are available for free from the microsoft.com
DS> website. Second is the use of cpptasks and Ant for the build, thus
DS> avoiding the need to install make to work on these plugins. There is a
DS> README.html file in the core plugin which describes how to set this stuff
DS> up.

DS> If people get annoyed by cpptasks, we should be able to move to something
DS> else that would work with Standard Make (Jam??). But give it a try. It's
DS> got some interesting behavior.

DS> Doug Schaefer, IBM's Eclipse CDT Architect
DS> Ottawa (Palladium), Ontario, Canada
DS> _______________________________________________
DS> cdt-debug-dev mailing list
DS> cdt-debug-dev@xxxxxxxxxxx
DS> http://dev.eclipse.org/mailman/listinfo/cdt-debug-dev



-- 
Best regards,
 Hasse                            mailto:hasse@xxxxxxxxxxxxxxx




Back to the top