Since I have imported an web component build with StencilJS in my app, the breakpoints I set in the Chrome debugger when I debug locally (ionic serve
) are “weird”.
I set a breakpoint somewhere but when I reach it, the runtime is actually somewhere else. Or I try to set a breakpoint but the breakpoint isn’t added to the line I selected but two lines under or something.
Anyone could reproduce that?
Is that linked with include a Stencil web component?
Any idea how to solve this?