Nicolas Chevobbe

Results 78 comments of Nicolas Chevobbe

So I ran `npm run test src/test/testWebpackSourceMaps.ts` and I'm still seeing errors: ``` 145 passing (3m) 8 pending 6 failing 1) Webpack sourcemaps: The debugger should map webpack-bundled modules with...

> So I ran `npm run test src/test/testWebpackSourceMaps.ts` and I'm still seeing errors: > is this expected? so I actually forgot to checkout the PR's branch, but now, I'm getting...

The changes look good to me, but I must be doing something wrong, I get `Could not establish connection. Receiving end does not exist`, from `receivePageLoadedEvent`

> Hmm, I've never seen that error. Did you rebuild before trying to run the tests? yes I did > Also I noticed that on MacOS it seems to happen...

Thanks for the report. I do reproduce the issue. Clearing should happen from https://github.com/firefox-devtools/vscode-firefox-debug/blob/53b30e4918e3e7c6e6c176f791fe10f31bab1a52/src/adapter/firefoxDebugSession.ts#L401-L407

I just tried to debug a worker and I was able to set a breakpoint and get it to pause fine. Is your worker running? Can you see it in...

Hello, so the `getNetErrorInfo` function you were calling doesn't seem to be standard, so I don't know what kind of exception you're getting. Would you remember what it was? >...

alright, thanks for your answer. I'll try to replicate a similar issue to see what's happening

> > Does the algorithm match Chrome or Firefox, or neither? cc @nchevobbe > > @zcorpan It matches both Chromium and Firefox. I did not see any difference between them...

> Hey Nicolas, what more would you think is needed after your patch #5220 ? Quite a lot eh. I wanted to list the different issues here so we can...