[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 received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/55617e7b-de4f-486d-b578-7ed859c799ae%40googlegroups.com.


[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}",
"program": "${workspaceRoot}/../../web2py.py",
"args": [
], 
"cwd": "${workspaceRoot}",
"debugOptions": [
"WaitOnAbnormalExit",
"WaitOnNormalExit",
"RedirectOutput"
]
}


I installed Python 0.6.0 extension from Don Jayamanne.
But if I fix some breakpoints the program doesn't stop...why?
I'd like to use Visual Studio Code to debug my web2py programs...

Moreover, anyone knows if there is a free easy IDE to use as debugger for 
web2py? Can I have any information?

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 received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.