Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for node.js on IntelliJ #1284

Closed
Razz4780 opened this issue Apr 12, 2023 · 0 comments
Closed

Add support for node.js on IntelliJ #1284

Razz4780 opened this issue Apr 12, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request intellij-extension

Comments

@Razz4780
Copy link
Contributor

Razz4780 commented Apr 12, 2023

Edit: we need to add support for node.js on IntelliJ

This is how it looks without support:

Bug Description

The IntelliJ extension does nothing when I debug a JavaScript project. The enable/disable toggle works and fires a prompt as expected, but debugging the project doesn't seem to trigger the plugin in any way. The pod selection window does not pop up and the process is executed without mirrord. My IDE version is IntelliJ IDEA 2022.3.3 (Ultimate Edition).

Steps to Reproduce

  1. Create a new JavaScript project in IntelliJ IDEA, let the IDE add some sample code
  2. Enable mirrord plugin
  3. Run the project in debug

Backtrace

No response

Relevant Logs

No mirrord logs, I guess the mirrord binary doesn't even start. The IDE process produces this in the terminal (the from which I started the IDE):

CompileCommand: exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true
2023-04-12 20:18:27,121 [  10260]   WARN - #c.i.e.RunManager - Must be not called before project components initialized
Info  | RdCoroutineScope          | 13:DefaultDispatcher-worker-2 | RdCoroutineHost overridden 
JCEF(18:40:042): initialized stderr logger, severity=LOGSEVERITY_DISABLE
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
2023-04-12 20:18:40,482 [  23621]   WARN - #c.i.j.d.c.j.JCEFConsoleHtmlPanel - Failed to load http://localhost:63342/a03365f2-eea1-451a-ad19-6dae9187a990/frontend/console.html?internal=false
Err ERR_ABORTED: ERR_ABORTED


### Your operating system and version

Ubuntu 22.04.2

### Local process

---

### Local process version

_No response_

### Additional Info

_No response_
@Razz4780 Razz4780 added the bug Something isn't working label Apr 12, 2023
@t4lz t4lz self-assigned this Apr 14, 2023
@t4lz t4lz added enhancement New feature or request intellij-extension and removed bug Something isn't working labels Apr 19, 2023
@t4lz t4lz changed the title IntelliJ extension does not change debug behavior Add support for node.js on IntelliJ Apr 19, 2023
@t4lz t4lz closed this as completed Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request intellij-extension
Projects
None yet
Development

No branches or pull requests

2 participants