Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

[SVT][Eclipse] devtool link provided by URL Debug Inspector is deprecated #3127

Open
DavidG1011 opened this issue Jun 11, 2020 · 1 comment
Labels
area/eclipse-ide Issue associated with the Codewind Eclipse plugin kind/bug

Comments

@DavidG1011
Copy link

Codewind version: 0.13
OS: MacOS

IDE extension version: codewind-0.13.0-202006091352
IDE version: Eclipse Version: 2020-03 (4.15.0) Build id: 20200313-1211

Tested with Chrome Version 83.0.4103.97 (Official Build) (64-bit)

Description:
The URL provided by "URL Debug Inspector" gives an old devtools link.

"Debug Inspector URL" popup specifies the link for accessing the chrome devtools:

image

The URL for the inspector recently changed from
chrome-devtools://devtools/bundled/inspector.html ...
to just
devtools://devtools/bundled/inspector.html ...

Pasting the link from the "Debug Inspector URL" will currently start a search query when using newer versions of Chrome.

Steps to reproduce:

  1. Create remote connection.
  2. Create Nodejs project in remote, wait for project to be in running state.
  3. Restart project in debug mode.
  4. Wait for "Debug Inspector URL" popup.

This issue was previously opened as part of this issue: #3118

/area eclipse-ide

@codewind-bot codewind-bot added the area/eclipse-ide Issue associated with the Codewind Eclipse plugin label Jun 11, 2020
@eharris369
Copy link

eharris369 commented Jun 11, 2020

If the link provided can not be used directly in a chrome-based browser then follow these instructions to set up a debug session:

  • For Chrome:
    • Once the project is restarted in debug mode, get the debug port:
      • For local connections, find the Exposed Debug Port in the Project Overview page
      • For remote connections, find the local port for the port forwarding process in the Debug View
    • Enter about://inspect in your browser
    • Click on Configure...
    • Enter localhost:<local debug port> and click Done
    • Click on Open dedicated DevTools for Node
    • Switch to the Sources view
  • See https://nodejs.org/en/docs/guides/debugging-getting-started/#header-inspector-clients for information on other inspector clients

For more information on devtools see: https://developers.google.com/web/tools/chrome-devtools.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/eclipse-ide Issue associated with the Codewind Eclipse plugin kind/bug
Projects
None yet
Development

No branches or pull requests

3 participants