コンテンツへスキップ
メニュー
この質問にフラグが付けられました
6635 ビュー

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
アバター
破棄
関連投稿 返信 ビュー 活動
1
3月 25
1423
0
10月 22
796
0
8月 21
3191
3
5月 25
5293
3
8月 24
6661