Docker Node.js Debug session: wrong/source files opened instead of the local ones
When attaching to a Node.js Debug session from Docker (using Attach to Node.js) and setting breakpoints, wrong files (source files from the container) are opened instead of the local ones from the project - making the debugging workflow much harder. I've set the Remote URL for the project in the Debug config window, but apparently its not used. Debugging Node.js from Docker is a rather common use case imho. After some searching I see there is already a ticket...
Anyone who could fix this?


Please sign in to leave a comment.
What IDE version do you use? Similar issue (https://youtrack.jetbrains.com/issue/WEB-34204) is fixed in 2018.3.1
I'm using (latest) Idea 183.4886.37 (wrote to this section as I guess this is WebStorm subject), plugins were updated. Is it possible that the Idea plugin is updated later with this change?
> Is it possible that the Idea plugin is updated later with this change?
No:(
Please can you share a sample project we can use to recreate the issue?