ZestyBeanz Technologies Pvt Ltd
4th Floor, Nila, Technopark
Thiruvananthapuram,
India – 695581
Phone: +91 471 4063254
Fax : +91 471 2700171
ZestyBeanz Technologies Pvt Ltd
61/3236, Manikkath Cross Road
Ravipuram, Kochi, India - 682016
Phone: +91 484 4063254
Zesty Labs
Office # 2003, Millennium Plaza Building
Sheikh Zayed Rd, Dubai, UAE
Phone: +971 4333 2222
Mobile: +971-52-7553466
ZestyBeanz Technologies GmbH
Reuterstraße 1
90408 Nürnberg
Fon: +49 911 4801 444
Fax: +49 911 4801 445
This is a lovely post and
This is a lovely post and very helpful; thanks!
But, I'm a little confused. Why would the Eclipse run catch a breakpoint from my LIVE code?
I have the OpenERP source setup under workspace as Eclipse likes for DEVelopment and I have another instance of OpenERP installed in the normal /usr/lib/pymodules/python2.7/openerp LIVE location. I turn off my LIVE instance with "service openerp stop" then run the DEV instance via Eclipse. Everything seems to be working fine until I encounter some code that does not exist in the Eclipse instance and catch a pdb.set_trace() breakpoint I'd set in my LIVE code.
> /usr/lib/pymodules/python2.7/openerp/addons/insurance_report/report/bill_report.py(52)invoice_rows()
-> res['quantity'] = self.formatLang(entry.quantity, digits=self.get_digits(dp='Account'))
(Pdb) l
How did the LIVE code get executed by the Eclipse DEV instance?
[email protected]