Changes between Version 9 and Version 10 of DeveloperGuidelines/Eclipse
- Timestamp:
- 07/05/10 21:24:08 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Eclipse
v9 v10 1 [[TOC]] 1 2 = Eclipse = 2 3 Eclipse is a full IDE supporting Debugging & Code Completion. … … 25 26 i. Main Module: Browse to web2py.py 26 27 i. Arguments tab: Program Arguments: -a password 27 i. Apply, Close28 i. Apply, Debug 28 29 29 30 Other Installation Guides (should not be required): 30 31 * http://kollerie.wordpress.com/2009/04/07/setting-up-your-ide-for-web2py-development/ 31 * (Simpl ier Instructions) http://allisterx.blogspot.com/2009/06/using-web2py-framework-on-eclipse.html32 * (Simpler Instructions) http://allisterx.blogspot.com/2009/06/using-web2py-framework-on-eclipse.html 32 33 33 Bzr integration (optional): 34 === Bzr integration (optional) === 34 35 * http://wiki.bazaar.canonical.com/BzrEclipse 35 36 37 == Configuration == 38 * Right-click on Java perspective in top-right & select Close 39 * Window menu > Open Perspective > Other > Debug 40 * Window menu > Show View > Expressions 41 * right-click on toolbar > Customise Perspective > untick PyDev Debug, Run & External Tools 42 36 43 == Debugging with Eclipse == 37 * Set and remove breakpoints by double clicking in the margin of the code file. 44 * Set and remove breakpoints by double clicking in the margin of the code file 45 * Click the 'Debug Sahana Eden' button 38 46 * F5 Step into functions 39 47 * F6 Step over lines