Changes between Version 61 and Version 62 of DeveloperGuidelines/Eclipse
- Timestamp:
- 06/18/12 14:02:09 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Eclipse
v61 v62 51 51 i. On the Main tab: Name: Enter (e.g.) web2py 52 52 i. Project: Select web2py (should be the only option) 53 i. Main module: /home/web2py/web2py.py (Type, don't browse) 53 i. Main module: 54 i. Windows: Browse to web2py.py 55 i. Linux: If browsing to web2py.py gives an error, type the full path, e.g.: /home/web2py/web2py.py 54 56 i. On the Arguments tab: Type in the program arguments: "-a password" (Choose a password for web2py and substitute it for "password".) 55 57 i. Click Apply. Click Debug which launches the debugger. … … 59 61 i. Right-click on Java perspective in top-right & select Close 60 62 i. Window > Open Perspective > Other > Debug 61 i. Window > Show View > Expressions62 i. Window > Show View > Expressions >Other > !PyDev > !PyDev Package Explorer[[br]]63 i. Window > Show View > Other > Debug > Expressions 64 i. Window > Show View > Other > !PyDev > !PyDev Package Explorer[[br]] 63 65 (This is where you will need to select web2py before trying Run or Debug to avoid the empty $project_loc error.) 64 66 i. Drag the Expressions, Console, Tasks tabs to the upper right, where the Variables tab is. Drag !PyDev Package Explorer to the upper left where Debug is. (This leaves more space for the editor view.)