This module allow you to remote debug Odoo with ptvsd
To install this module, you need to:
- Do this ...
To configure this module, you need to:
- Go to configuration
set the secret and the host:port
To use this module, you need to:
[VSCode][] debugger. If you use this editor with its python module, you will find it useful.
"version": "0.2.0", "configurations": [
- {
- "name": "Attach to debug in devel.yaml", "type": "python", "request": "attach", "localRoot": "${workspaceRoot}/odoo", "remoteRoot": "/opt/odoo", "port": 6899, "secret": "my_secret", "host": "localhost"
}
]
- ...
- Michael Michot <[email protected]> (http://www.noviat.com)
Do not contact contributors directly about support or help with technical issues.