debugging in eclipse+pydev

Fabio Zadrozny fabiofz at gmail.com
Sun Jun 18 16:00:48 EDT 2006


Hi,

On 18 Jun 2006 07:46:48 -0700, yaru22 <yaru22 at gmail.com> wrote:
>
> Hi.
>
> I'd like to know how to debug in eclipse+pydev.
>
> In the menu, "Pydev Debug", there's Start Debug Server option, but I
> don't know how to use it.
>
> Few questions I have about debugging are:
>
> 1) how do i set a breakpoints in pydev?
> 2) how do i execute the code line by line? I mean... step into, step
> over, and so on...
>
> Can anyone give me a small tutorial as to how to debug in Eclipse +
> Pydev please?
>

That 'start debug server' is for remote debugging. Check:
http://fabioz.com/pydev/manual_adv_remote_debugger.html

For the 'regular' debugger. Check
http://fabioz.com/pydev/manual_adv_debugger.html. There is also a 'quick'
screencast featuring it at
http://showmedo.com/videos/video?name=PydevEclipseFabio&fromSeriesID=8&index=0(takes
you from configuring pydev until the point where you can debug it).

Cheers,

Fabio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20060618/a5fec99c/attachment.html>


More information about the Python-list mailing list