diff --git a/README.md b/README.md index d0df12d..9d5fd38 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,8 @@ Install this plugin to the python environment in which the debugger runs. `pip install pydevd-odoo` -## Screenshot -![PyCharm Debugger](https://raw.githubusercontent.com/trinhanhngoc/pydevd-odoo/master/images/pycharm-debugger.png) \ No newline at end of file +## Screenshots +### PyCharm Debugger without this plugin +![PyCharm Debugger without pydevd-odoo](images/without-pydevd-odoo.png) +### PyCharm Debugger with this plugin +![PyCharm Debugger with pydevd-odoo](images/with-pydevd-odoo.png) diff --git a/images/pycharm-debugger.png b/images/pycharm-debugger.png deleted file mode 100644 index d424329..0000000 Binary files a/images/pycharm-debugger.png and /dev/null differ diff --git a/images/with-pydevd-odoo.png b/images/with-pydevd-odoo.png new file mode 100644 index 0000000..0c2fb39 Binary files /dev/null and b/images/with-pydevd-odoo.png differ diff --git a/images/without-pydevd-odoo.png b/images/without-pydevd-odoo.png new file mode 100644 index 0000000..5f6e602 Binary files /dev/null and b/images/without-pydevd-odoo.png differ