Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   debugging in eclipse+pydev (http://www.velocityreviews.com/forums/t358794-debugging-in-eclipse-pydev.html)

yaru22 06-18-2006 02:46 PM

debugging in eclipse+pydev
 
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...

When I searched on http://www.fabioz.com/pydev/,

I found that

Run/Debug Step Into F5 Debugging
Run/Debug Step Over F6 Debugging
Run/Debug Step Return F7 Debugging
Run/Debug Resume F8 Debugging

However, Starting Debug Server and pressing F5, F6, F7 didn't do those
functions.

Can anyone give me a small tutorial as to how to debug in Eclipse +
Pydev please?

Thanks in advance.



All times are GMT. The time now is 07:21 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57