Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
6651 Vizualizări

Hello everyone, I need to debug my JS code in Odoo.

When I mark break point in JS file then I run in browse , It's not jump to the line I marked.


I try to Install "Debug for Chrome" extension and config but It's still not working, here is my launch.json

{
    "version""0.2.0",
    "configurations": [
        {
            "name""Launch Chrome",
            "request""launch",
            "type""pwa-chrome",
            "url""http://localhost:8014",
            "webRoot""${workspaceFolder}"
        },
     
    ],
}
Please let me know, Thanks
Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
mar. 25
1430
0
oct. 22
796
0
aug. 21
3198
3
mai 25
5307
3
aug. 24
6683