Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2727 Widoki
I work on a remote machine WSL , my modules are located inside a sibling folder of odoo, (like  "/home/odoo/my_modules") and I would like to ignore all  python files  inside "/home/odoo/addons". 
I tried  different  path  but no  one is working,  any suggest?

My `launch.json` file:


{ "configurations": {            
    // Example of attaching to local debug server running on WSL                                      "name": "Python: Dev Odoo",            
    "type": "python",            
    "request": "attach",           
    "port": 5678,            
    "host": "\10.0.0.xx ",           
    "skipFiles": [  "${workspaceFolder}/../odoo/addons/**" ]
 }
}

It could be very helpfull to avoid the annoing exceptions from queue_job during debugging.


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
mar 25
1101
0
lis 23
1280
1
sie 23
5900
1
lip 23
638
2
lip 22
3941