Javascript debugger does not highlight and does not show variable values on hover

Description of the issue:
In Brave (last 2 versions at least) when I put a “debugger” inside my javascript code, the execution stop correctly but the text is “black and white” and I cannot inspect the variable values by hovering inside my code. It works fine in chromium

**Steps to Reproduce

  1. Open the dev tools on any tab

  2. Inside the console run:

     let foo='bar';
     debugger;
    

Actual Result:
In Brave, the code is not highlighted (black and white) and hovering the cursor on a variable shows nothing

image

Expected result:
In chromium, the code is highlighted (color) and hovering the cursor on a variable shows its value
image

Reproduces how often:
Everytime
Operating System and Brave Version(See the About Brave page in the main menu):
Brave: Version 1.2.41 Chromium: 79.0.3945.88
OS: Osx Mojave 10.14.5 (18F132)

Can you try enable remote debugging under brave://settings/privacy?

Thanks

That was fast ! Thanks you its fix my issue !

1 Like

Feel free to open a new thread if you have another question and/or issue report.

Thanks for using Brave!