Vscode debug with chrome & code splitting

Hi,

has anyone noticed that vscode remote debugging with chrome doesn’t work if a component is loaded dynamically? If I add a breakpoint, vscode says “breakpoint set but not yet bound”, and even if I visit a route with that component (so that the component shows up in chrome’s source tab under app), the breakpoint doesn’t work. If I add a breakpoint in chrome, the app stops correctly and vscode takes control, but I can’t add breakpoints in chrome, I have to dig up the file inside chrome’s source tab.

Am I missing something?