Changes between Version 9 and Version 10 of DeveloperGuidelines/Eclipse


Ignore:
Timestamp:
07/05/10 21:24:08 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Eclipse

    v9 v10  
     1[[TOC]]
    12= Eclipse =
    23Eclipse is a full IDE supporting Debugging & Code Completion.
     
    2526  i. Main Module: Browse to web2py.py
    2627  i. Arguments tab: Program Arguments: -a password
    27   i. Apply, Close
     28  i. Apply, Debug
    2829
    2930Other Installation Guides (should not be required):
    3031 * http://kollerie.wordpress.com/2009/04/07/setting-up-your-ide-for-web2py-development/
    31  * (Simplier Instructions) http://allisterx.blogspot.com/2009/06/using-web2py-framework-on-eclipse.html
     32 * (Simpler Instructions) http://allisterx.blogspot.com/2009/06/using-web2py-framework-on-eclipse.html
    3233
    33 Bzr integration (optional):
     34=== Bzr integration (optional) ===
    3435 * http://wiki.bazaar.canonical.com/BzrEclipse
    3536
     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
    3643== 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
    3846 * F5 Step into functions
    3947 * F6 Step over lines