Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 1.11 KB

README.rst

File metadata and controls

67 lines (47 loc) · 1.11 KB

{Remote debug}

This module allow you to remote debug Odoo with ptvsd

Installation

To install this module, you need to:

  1. Do this ...

Configuration

To configure this module, you need to:

  1. Go to configuration

set the secret and the host:port

Usage

To use this module, you need to:

[VSCode][] debugger. If you use this editor with its python module, you will find it useful.

.vscode/launch.json ```json {

"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"

}

]

}

Known issues / Roadmap

  • ...

Bug Tracker

Credits

Contributors

Do not contact contributors directly about support or help with technical issues.