ami-iit / yarp-openmct

Repo for YARP and OpenMCT integration.
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Webstorm debugger opens wrong file of same name when hitting a breakpoint #154

Open nunoguedelha opened 1 year ago

nunoguedelha commented 1 year ago

Issue Description

If a breakpoint is set on a given file, the debugger will stop on any other file with same name (but different folder path) run before the expected file.

This happened when debugging with Webstorm a Javascript client app running on the browser.

nunoguedelha commented 1 year ago

It is a know issue: https://youtrack.jetbrains.com/issue/WEB-12265, actually duplicate of https://youtrack.jetbrains.com/issue/WEB-24860.

nunoguedelha commented 1 year ago

As suggested in https://youtrack.jetbrains.com/issue/WEB-24860, two workarounds are possible:

We'll close this issue when they release a permanent fix.