Odoo Debugging Using Python PDB package

preview_player
Показать описание
How to debug odoo using python pdb package. Debug odoo using pdb. Python debugging packages. How to debug odoo using pycharm and PDB. Odoo debugging, python debugger, pdb debugging.

Рекомендации по теме
Комментарии
Автор

Great work sir, with this we can debug in server, where we don't have breakpoint to debug as in local.

futhedude
Автор

What pdb does better that using debug breakpoints can't?
Thanks for help much appreciate it 🙏

JatinGera
Автор

Try to use Ipdb package it is much advance and better then pdb

akashbhavsar