mirror of
https://github.com/odoo-ide/pydevd-odoo.git
synced 2025-12-18 08:49:00 +02:00
Update README
This commit is contained in:
10
README.md
10
README.md
@@ -8,4 +8,12 @@ in PyDev, PyCharm, VSCode. This plugin aims to make the debugger works better fo
|
|||||||
A recordset is an ordered collection of records of the same model. Trying to read a field
|
A recordset is an ordered collection of records of the same model. Trying to read a field
|
||||||
on multiple ids recordset will raise an error. Because PyDev.Debugger recognizes a recordset as a
|
on multiple ids recordset will raise an error. Because PyDev.Debugger recognizes a recordset as a
|
||||||
non-collection object so the error will be raise when evaluating its attributes. This plugin helps
|
non-collection object so the error will be raise when evaluating its attributes. This plugin helps
|
||||||
PyDev.Debugger correctly evaluate an multiple ids recordset.
|
PyDev.Debugger correctly evaluate an multiple ids recordset.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
Install this plugin to the python environment in which the debugger runs.
|
||||||
|
|
||||||
|
`pip install pydevd-odoo`
|
||||||
|
|
||||||
|
## Screenshot
|
||||||
|

|
||||||
BIN
images/pycharm-debugger.png
Normal file
BIN
images/pycharm-debugger.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 214 KiB |
Reference in New Issue
Block a user