Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Python Debugging Engine Selection


  i should point out that the last time i tried to use the python debugger, there was a problem with it respecting breakpoints that were set (although it will stop on the first line of executable code if that option is enabled).

  i am not sure why it ignores them though - no errors are reported when they were sent to the debugger and the request/response data matches requests for debuggers that do work (tcl, perl, ruby).

  unfortunately i don't know enough python to try and delve into what is going on there.

2008/1/11 Knippa, Keith <Keith.Knippa@xxxxxxxxxxxxxxxxx>:
Hi Andrey,

Do you know when the next builds will be available?

Thx, Keith

-----Original Message-----
From: dltk-dev-bounces@xxxxxxxxxxx [mailto:dltk-dev-bounces@xxxxxxxxxxx] On Behalf Of Andrey Platov
Sent: Friday, January 11, 2008 9:59 AM
To: DLTK Developer Discussions
Cc: DLTK Developer Discussions
Subject: Re: [Dltk-dev] Python Debugging Engine Selection

Hi folks,

It was not included into DLTK binary distribution, sorry, will be added it to the next builds.

Sincerely,
Andrey


----- Original Message -----
From: "Keith Knippa" <Keith.Knippa@xxxxxxxxxxxxxxxxx>
To: "DLTK Developer Discussions" < dltk-dev@xxxxxxxxxxx>
Sent: 11 Январь 2008 г. 21:47:58 (GMT+0600) Asia/Novosibirsk
Subject: RE: [Dltk-dev] Python Debugging Engine Selection



No, here are the dltk plugins listed in about eclipse:



 org.eclipse.dltk

 org.eclipse.dltk.console

 org.eclipse.dltk.console.ui

 org.eclipse.dltk.core

 org.eclipse.dltk.debug

 org.eclipse.dltk.debug.ui

 org.eclipse.dltk.launching

 org.eclipse.dltk.python.antlr

 org.eclipse.dltk.python.core

 org.eclipse.dltk.python.debug

 org.eclipse.dltk.python.debgu.ui

 org.eclipse.dltk.python.launching

 org.eclipse.dltk.python.ui

 org.eclipse.dltk.testing

 org.eclipse.dltk.ui

 org.eclipse.dltk.validators.core

 org.eclipse.dltk.validators.ui



Maybe I downloaded the wrong release?



Thx, Keith







________________________________

From: dltk-dev-bounces@xxxxxxxxxxx [mailto:dltk-dev-bounces@xxxxxxxxxxx ]
On Behalf Of Jae Gangemi
Sent: Friday, January 11, 2008 9:23 AM
To: DLTK Developer Discussions
Subject: Re: [Dltk-dev] Python Debugging Engine Selection




 the activestate plugin is provided by the dltk (but you do need the
actual engine implementation from activestate).

 if you do an 'about eclipse' and list the plugin details, do you see
'org.eclipse.dltk.python.activestate ' in that list?

On Jan 11, 2008 10:12 AM, Knippa, Keith < Keith.Knippa@xxxxxxxxxxxxxxxxx>
wrote:

Thanks for your prompt reply.



No it isn't.  I've downloaded the activestate remote debugger but don't
see anything labeled as an eclipse plugin.  Can you tell me where I can
get the pluging?



Thank you again, Keith Knippa



________________________________

From: dltk-dev-bounces@xxxxxxxxxxx [mailto:dltk-dev-bounces@xxxxxxxxxxx]
On Behalf Of Jae Gangemi
Sent: Thursday, January 10, 2008 9:00 PM
To: DLTK Developer Discussions
Subject: Re: [Dltk-dev] Python Debugging Engine Selection




 is the python activestate plugin instaled?

On Jan 10, 2008 7:43 PM, Knippa, Keith < Keith.Knippa@xxxxxxxxxxxxxxxxx>
wrote:

Hello,

Is it possible at this time to debug a python program in Eclipse/DLTK?
When I try to select a debugging engine from the Python Debugging Engine
Selection window, I find that the list of engines from which to select
is empty.  Please note that I'm using the Python IDE plugins from the
R1.0 integration build of 12/20/07 on Eclipse Platform Version: 3.3.1.1,
Build id: M20071023-1652.

Thank you, Keith Knippa
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev




--
-jae


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




--
-jae


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



--
-jae

Back to the top