Changes between Version 85 and Version 86 of DeveloperGuidelines/Eclipse
- Timestamp:
- 01/09/20 09:19:36 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Eclipse
v85 v86 63 63 i. Linux: If browsing to web2py.py gives an error, type the full path, e.g.: /home/web2py/web2py.py 64 64 i. On the Arguments tab: Type in the program arguments: "-a password" (Choose a password for web2py and substitute it for "password".) 65 i. On the Environment tab, add Variable PYTHONUTF8 with Value 1 (bypasses default cp1252 locale: https://www.python.org/dev/peps/pep-0540. Not needed for core imports as we open in binary mode, but may affect custom code) 65 66 i. Click Apply. Click Debug which launches the debugger. 66 67 i. On Windows: If asked, unblock in Windows Firewall (not necessary on the Linux VM).