Changes between Version 71 and Version 72 of DeveloperGuidelines/Eclipse
- Timestamp:
- 09/29/14 11:21:40 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Eclipse
v71 v72 62 62 i. On Windows: If asked, unblock in Windows Firewall (not necessary on the Linux VM). 63 63 1. Miscellaneous suggestions for comfort and convenience: 64 i. Right-click on Java perspective in top-right & select Close65 64 i. If the Debug perspective was not opened earlier: Window > Open Perspective > Other > Debug 66 65 i. Window > Show View > Other > Debug > Expressions … … 70 69 i. Window > Customize Perspective > Tool bar visibility > untick !PyDev Debug, Navigation. Click OK 71 70 i. Window > Customize Perspective > Command groups availability > untick External Tools, any Java items. Click OK 71 i. You may want to change the layout of the window by dragging sections to convenient regions of the window and resizing them. Combine less-used sections as tabs in the same region. 72 i. Save your modified perspective: Window > Save Perspective As... Choose a new name, e.g. PyDev Debug. 72 73 i. Set your default HTML editor 73 74 1. Window > Preferences > General > Editors > File Associations … … 89 90 * tick 'Refresh on access' 90 91 * untick 'Build automatically' 91 i. You may want to change the layout of the window by dragging sections to convenient regions of the window and resizing them. Combine less-used sections as tabs in the same region. 92 92 93 93 94 == Debugging with Eclipse ==