Changes between Version 75 and Version 76 of DeveloperGuidelines/Eclipse
- Timestamp:
- 03/26/16 13:59:03 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Eclipse
v75 v76 103 103 * Examine values of variables in the Variables tab. 104 104 105 === Debugging scheduled tasks === 106 107 https://github.com/sahana/eden/blob/master/static/scripts/tools/run_scheduler_tasks.py 108 105 109 === Accessing private data === 106 110 Some data is marked as private to let other developers know they shouldn't access this directly