Skip to content

michotm/remote_debug

Repository files navigation

{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.

About

Remote debug for Odoo with ptvsd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published