NicolasPetton / Indium

A JavaScript development environment for Emacs
https://indium.readthedocs.io
GNU General Public License v3.0
1.13k stars 61 forks source link

Process to debug the Indium server ? #277

Open llemaitre19 opened 1 year ago

llemaitre19 commented 1 year ago

On a React app (created with CRA some years ago), Indium breakpoints are never resolved when I start tests with Jest library.

It may be a sourcemaps issue, and I'd like to investigate deeper into the Indium server to try to find what going wrong. But I don't know how to tell Indium to start the Indium server in a debug mode and being able to inspect it. Can you share your debugging process ?

Thanks !