跳至內容
選單
此問題已被標幟
2744 瀏覽次數
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.


頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
3月 25
1113
0
11月 23
1289
1
8月 23
5909
1
7月 23
638
2
7月 22
3969