Hi Community,
User Story:
As a Developer
I want to Attach the Visual Studio Code Debugger to Brave
In order to Debug the web application I am developing.
Additional Info:
There is an Extension to Attach the debugger to Chrome (available here)
According the documentation, “If you want to use a different installation of Chrome, you can also set the runtimeExecutable
field with a path to the Chrome app.”. I tried to use this to specify the path to the brave.exe but without success.
When I try to use this extension to debug my web application in Brave then it succeeds to start the brave.exe process but after that it raises an error: “Cannot connect to runtimeprocess, timeout after 10000ms - (reason: Cannot connect to the target: connect ECONNREFUSED 127.0.0.1:9222).”
A better solution would be to implement an Extension for Visual Studio Code to debug in Brave instead of Chrome. I can do that but please I need your input to make it works.
Thank you for your help.
Geofrey van Hecke