[web2py] Visual Studio Code

2020-04-18 Thread Andrea Fae'
How to use visual Studio Code like IDE and debugger for the last version of web2py? thank you -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You receive

[web2py] Visual Studio Code and debugging

2017-03-22 Thread Andrea Fae'
I tried to use Visual Studio Code like IDE for debugging web2py programs. In the launch.json I inserted this: { "name": "Web2py", "type": "python", "request": "launch", "stopOnEntry": true, "pythonPath": "${config.python.pythonPath}",