Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Brave is not able to remotely debug a Node.js application #8571

Closed
jonathansampson opened this issue Apr 29, 2017 · 0 comments
Closed

Brave is not able to remotely debug a Node.js application #8571

jonathansampson opened this issue Apr 29, 2017 · 0 comments

Comments

@jonathansampson
Copy link
Collaborator

  • Did you search for similar issues before submitting this one?
    Yes

  • Describe the issue you encountered:
    Remote debugging of Node.js applications via the chrome-devtools:// protocol is not supported. Attempting to access a resource with this protocol results in a search.

  • Platform (Win7, 8, 10? macOS? Linux distro?):
    Desktop

  • Brave Version (revision SHA):
    0.15.0

  • Steps to reproduce:

    1. From a node application folder, run node --inspect --debug-brk index.js
    2. Paste the generated URL into Brave
  • Actual result:
    Brave performs a web search.

  • Expected result:
    Brave establishes a connection to the Node.js process.

  • Will the steps above reproduce in a fresh profile? If not what other info can be added?
    Yes

  • Is this an issue in the currently released version?
    Yes

  • Can this issue be consistently reproduced?
    Yes

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.