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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1711
Views
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Apr 24
|
287 | ||
|
0
Nov 23
|
531 | ||
|
1
Aug 23
|
3449 | ||
|
1
Jul 23
|
637 | ||
|
2
Jul 22
|
2321 |