Skip to content

Commit 4c3f368

Browse files
committed
Update README
1 parent a4fa569 commit 4c3f368

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,12 @@ in PyDev, PyCharm, VSCode. This plugin aims to make the debugger works better fo
88
A recordset is an ordered collection of records of the same model. Trying to read a field
99
on multiple ids recordset will raise an error. Because PyDev.Debugger recognizes a recordset as a
1010
non-collection object so the error will be raise when evaluating its attributes. This plugin helps
11-
PyDev.Debugger correctly evaluate an multiple ids recordset.
11+
PyDev.Debugger correctly evaluate an multiple ids recordset.
12+
13+
## Installation
14+
Install this plugin to the python environment in which the debugger runs.
15+
16+
`pip install pydevd-odoo`
17+
18+
## Screenshot
19+
![PyCharm Debugger](https://raw.githubusercontent.com/trinhanhngoc/pydevd-odoo/master/images/pycharm-debugger.png)

images/pycharm-debugger.png

214 KB
Loading

0 commit comments

Comments
 (0)