Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] ActiveState and open source debugger implementations

Hi Andrew,

DLTK uses DBGP to communicate with the debugging engines. DBGP protocol is documented at http://xdebug.org/docs-dbgp.php
There are several ActiveState debugging engines matching to the DBGP protocol, so they are supported by the DLTK.

DLTK contains two DBGP implementations for the ruby: basic and fast (ruby-debug gem).
Though we don't known in the debuggers for what programming language you are interested.

Regards,
Alex

----- Original Message -----
From: "Andrew Mickish" <mickish@xxxxxxx>
To: dltk-dev@xxxxxxxxxxx
Sent: Monday, July 28, 2008 10:33:28 PM GMT +06:00 Almaty, Novosibirsk
Subject: [Dltk-dev] ActiveState and open source debugger implementations

What is the extent of ActiveState involvement in the DLTK project?

I see that ActiveState has several compatible debugger implementations.  
Are there any open source debugger implementations?


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


Back to the top