Web debugging, breakpoints unbound after launch

Hello,

I found a problem with my debugger. After launching, the breakpoints will be unbound. Coincidentally, VSC showed me this hint. This only hint comes up when starting api and web debugger.

If I was the debugger and read this path, I would be confused too :sweat_smile:. I read something about the sourcemap isn’t correct and I need to override some webpack configs. Till now, I don’t have any experience with webpack. Does anyone of you have the same issues and could solve them?

Hey - not a solution to your problem, but just wanted to share how to use the debugger keyword.

Hi Danny, thx for your hint. I tried it already. Unfortunately the debugger don’t care about the keyword.
Seems just me got this problem. I will check my setup as next and I’ll give you an update if I have new info