how i can debug the javascript at runing time
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
2
Risposte
13846
Visualizzazioni
how i can debug the javascript at runing time
I use Firefox's web developer debugger tool (i.e. by pressing F12)
Go to Debugger @ this console, choose your js file at Sources.
Provide breakpoint on the console.
This can be achieved in most of the web-browsers and also you could try using web developers tools or addons can be installed.
Hello Shaneebkhan,
I have attached 2 screenshot in link.
first of all pressing (F12) in browser and see this link.
choose your .js file.
If you are using Google Crome .
https://www.thinglink.com/scene/621702540743933954
if you are using Firefox .
I hope this is useful to you and you can easily understand.
Thankyou.
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati
thanks to you...