debugging in eclipse+pydev

2006-06-18 Thread yaru22
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,

Re: debugging in eclipse+pydev

2006-06-18 Thread Fabio Zadrozny
Hi,On 18 Jun 2006 07:46:48 -0700, yaru22 [EMAIL PROTECTED] 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 Idon'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