Description of the issue:
When developing, I can’t see what a variable is in my .js file when I hover over it in the inspector
Steps to Reproduce (add as many as necessary): 1. 2. 3.
In the inspector, set a break-point somewhere in a js file and do something on the DOM that causes the debugger to stop there. Try hovering over variables. There’s not a pop-up window showing that the variable is.
Actual Result (gifs and screenshots are welcome!):
The results are nothing. Nothing happens when you hover over variables.
Expected result:
A small window appears showing what the variable is at that point in time.
Reproduces how often:
100% of the time.
Operating System and Brave Version(See the About Brave page in the main menu):
Win10 - Brave v.1.1.22
Additional Information:
I’m programming using Angularjs