firefox-devtools / firefox-devtools/vscode-firefox-debug

Breakpoints not reached

Aperta
#109 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
needs more info
Lingua principale
TypeScript
Stelle
447
Fork
76
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

I'm trying to debug attaching to my firefox. My configuration is:

{
"name": "Attach to Firefox",
"type": "firefox",
"request": "attach",
"port": 6000,
"pathMappings": [{
"url": "https://localhost:3000/",
"path": "${workspaceFolder}"
}],
"log": {
"fileName": "${workspaceFolder}/log.txt",
"fileLevel": {
"default": "Debug"
}
}
}

Breakpoints are not reached.

I'm running against the same issue.

Obviously, I started firefox with debug server enabled and vscode is connected to:

firefox -start-debugger-server

My project looks like:

![image](https://user-images.githubusercontent.com/941639/62702029-050f0d80-b9e6-11e9-9fec-caa36b0509b0.png)

As you can see, my source code is located in `rep-digital-api/src/`

I don't quite figure out what's happening looking at logs. You see here an snippet:

DEBUG|042.277|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.278|PathConversion: Can't convert url http://localhost:3000/node_modules/src/add/operator/throttle.ts to path
DEBUG|042.278|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/src/add/operator/throttle.ts
INFO |042.282|PathConversion: Can't convert url http://localhost:3000/node_modules/rxjs/add/operator/throttle.js to path
DEBUG|042.285|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/rxjs/add/operator/throttle.js
DEBUG|042.288|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.291|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.293|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.295|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.305|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.311|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.312|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.316|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.317|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.317|PathConversion: Can't convert url http://localhost:3000/node_modules/src/add/operator/throttleTime.ts to path
DEBUG|042.320|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/src/add/operator/throttleTime.ts
INFO |042.321|PathConversion: Can't convert url http://localhost:3000/node_modules/rxjs/add/operator/throttleTime.js to path
DEBUG|042.321|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/rxjs/add/operator/throttleTime.js
DEBUG|042.323|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.324|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.324|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.325|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.326|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.327|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.327|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.335|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.335|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.335|PathConversion: Can't convert url http://localhost:3000/node_modules/src/add/operator/timeInterval.ts to path
DEBUG|042.336|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/src/add/operator/timeInterval.ts
INFO |042.336|PathConversion: Can't convert url http://localhost:3000/node_modules/rxjs/add/operator/timeInterval.js to path
DEBUG|042.336|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/rxjs/add/operator/timeInterval.js
DEBUG|042.337|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.339|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.339|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.340|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.342|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.343|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.343|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.344|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.345|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.346|PathConversion: Can't convert url http://localhost:3000/node_modules/src/add/operator/timeout.ts to path
DEBUG|042.347|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/src/add/operator/timeout.ts
INFO |042.347|PathConversion: Can't convert url http://localhost:3000/node_modules/rxjs/add/operator/timeout.js to path
DEBUG|042.348|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/rxjs/add/operator/timeout.js
DEBUG|042.348|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.350|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.351|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.353|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.353|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.353|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.354|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.355|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.358|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.358|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.361|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.361|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.362|PathConversion: Can't convert url http://localhost:3000/node_modules/src/add/operator/timeoutWith.ts to path
DEBUG|042.362|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/src/add/operator/timeoutWith.ts
INFO |042.366|PathConversion: Can't convert url http://localhost:3000/node_modules/rxjs/add/operator/timeoutWith.js to path
DEBUG|042.366|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/rxjs/add/operator/timeoutWith.js
DEBUG|042.368|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.370|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.370|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.370|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.374|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.374|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.375|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.377|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.377|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.377|PathConversion: Can't convert url http://localhost:3000/node_modules/src/add/operator/timestamp.ts to path
DEBUG|042.378|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/src/add/operator/timestamp.ts
INFO |042.378|PathConversion: Can't convert url http://localhost:3000/node_modules/rxjs/add/operator/timestamp.js to path
DEBUG|042.380|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/rxjs/add/operator/timestamp.js
DEBUG|042.381|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.381|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.381|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.390|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.390|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.391|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.392|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.395|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.395|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.395|PathConversion: Can't convert url http://localhost:3000/node_modules/src/add/operator/toPromise.ts to path
DEBUG|042.398|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/src/add/operator/toPromise.ts
INFO |042.399|PathConversion: Can't convert url http://localhost:3000/node_modules/rxjs/add/operator/toPromise.js to path
DEBUG|042.399|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/rxjs/add/operator/toPromise.js
DEBUG|042.400|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.400|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.400|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.400|PathConversion: Can't convert url http://localhost:3000/node_modules/src/add/operator/window.ts to path
DEBUG|042.402|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/src/add/operator/window.ts
INFO |042.402|PathConversion: Can't convert url http://localhost:3000/node_modules/rxjs/add/operator/window.js to path
DEBUG|042.403|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/rxjs/add/operator/window.js
DEBUG|042.403|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.403|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.404|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.404|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.407|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.407|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.407|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.414|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.414|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.414|PathConversion: Can't convert url http://localhost:3000/node_modules/src/add/operator/windowCount.ts to path
DEBUG|042.422|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/src/add/operator/windowCount.ts
INFO |042.422|PathConversion: Can't convert url http://localhost:3000/node_modules/rxjs/add/operator/windowCount.js to path
DEBUG|042.424|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/rxjs/add/operator/windowCount.js
DEBUG|042.424|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.424|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.425|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.425|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.427|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.427|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.427|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.429|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.429|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.430|PathConversion: Can't convert url http://localhost:3000/node_modules/src/add/operator/windowTime.ts to path
DEBUG|042.430|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/src/add/operator/windowTime.ts
INFO |042.430|PathConversion: Can't convert url http://localhost:3000/node_modules/rxjs/add/operator/windowTime.js to path
DEBUG|042.430|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/rxjs/add/operator/windowTime.js
DEBUG|042.430|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.430|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.430|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.430|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.435|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.435|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.436|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.436|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.436|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.436|PathConversion: Can't convert url http://localhost:3000/node_modules/src/add/operator/windowToggle.ts to path
DEBUG|042.439|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/src/add/operator/windowToggle.ts
INFO |042.440|PathConversion: Can't convert url http://localhost:3000/node_modules/rxjs/add/operator/windowToggle.js to path
DEBUG|042.440|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/rxjs/add/operator/windowToggle.js
DEBUG|042.442|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.445|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.445|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.445|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.448|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.448|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.448|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.450|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.453|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.453|PathConversion: Can't convert url http://localhost:3000/node_modules/src/add/operator/windowWhen.ts to path
DEBUG|042.454|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/src/add/operator/windowWhen.ts
INFO |042.454|PathConversion: Can't convert url http://localhost:3000/node_modules/rxjs/add/operator/windowWhen.js to path
DEBUG|042.455|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/rxjs/add/operator/windowWhen.js
DEBUG|042.455|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.458|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.458|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.460|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.462|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.462|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.463|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.466|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.467|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.467|PathConversion: Can't convert url http://localhost:3000/node_modules/src/add/operator/withLatestFrom.ts to path
DEBUG|042.470|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/src/add/operator/withLatestFrom.ts
INFO |042.470|PathConversion: Can't convert url http://localhost:3000/node_modules/rxjs/add/operator/withLatestFrom.js to path
DEBUG|042.471|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/rxjs/add/operator/withLatestFrom.js
DEBUG|042.471|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.473|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.473|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.474|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.477|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.477|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.478|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.480|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.480|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.480|PathConversion: Can't convert url http://localhost:3000/node_modules/src/add/operator/zip.ts to path
DEBUG|042.484|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/src/add/operator/zip.ts
INFO |042.485|PathConversion: Can't convert url http://localhost:3000/node_modules/rxjs/add/operator/zip.js to path
DEBUG|042.486|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/rxjs/add/operator/zip.js
DEBUG|042.488|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.489|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.491|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.492|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.492|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.492|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.492|PathConversion: Can't convert url http://localhost:3000/node_modules/src/add/operator/zipAll.ts to path
DEBUG|042.494|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/src/add/operator/zipAll.ts
INFO |042.494|PathConversion: Can't convert url http://localhost:3000/node_modules/rxjs/add/operator/zipAll.js to path
DEBUG|042.495|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/rxjs/add/operator/zipAll.js
DEBUG|042.496|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.498|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.498|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.499|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.500|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.500|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.502|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.504|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.504|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.504|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.509|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.509|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.509|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.513|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.513|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.514|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.518|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.518|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.519|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.520|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.520|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.520|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.523|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.523|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.523|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.525|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.526|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.526|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.528|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.528|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.529|PathConversion: Can't convert url http://localhost:3000/node_modules/src/scheduler/animationFrame.ts to path
DEBUG|042.530|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/src/scheduler/animationFrame.ts
INFO |042.532|PathConversion: Can't convert url http://localhost:3000/node_modules/rxjs/scheduler/animationFrame.js to path
DEBUG|042.533|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/rxjs/scheduler/animationFrame.js
DEBUG|042.544|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.545|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.545|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.549|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.549|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.549|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.549|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.552|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.552|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.560|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.560|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.560|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.560|PathConversion: Can't convert url http://localhost:3000/node_modules/src/operators.ts to path
DEBUG|042.563|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/src/operators.ts
INFO |042.563|PathConversion: Can't convert url http://localhost:3000/node_modules/rxjs/operators.js to path
DEBUG|042.564|SkipFilesManager: skipFile is not set for http://localhost:3000/node_modules/rxjs/operators.js
DEBUG|042.631|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.632|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.634|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.638|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.642|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.642|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.644|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.645|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.645|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.647|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.647|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.647|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.650|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.651|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.652|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.653|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.654|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.655|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.655|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.658|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.658|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.659|PathConversion: Can't convert url http://localhost:3000/app/layout/index.ts to path
DEBUG|042.660|SkipFilesManager: skipFile is not set for http://localhost:3000/app/layout/index.ts
INFO |042.660|PathConversion: Can't convert url http://localhost:3000/app/layout/index.js to path
DEBUG|042.662|SkipFilesManager: skipFile is not set for http://localhost:3000/app/layout/index.js
DEBUG|042.662|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.662|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.662|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.665|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.665|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.665|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.667|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.667|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.668|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.668|PathConversion: Can't convert url http://localhost:3000/app/core/index.ts to path
DEBUG|042.669|SkipFilesManager: skipFile is not set for http://localhost:3000/app/core/index.ts
INFO |042.669|PathConversion: Can't convert url http://localhost:3000/app/core/index.js to path
DEBUG|042.673|SkipFilesManager: skipFile is not set for http://localhost:3000/app/core/index.js
DEBUG|042.677|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.677|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.677|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.677|PathConversion: Can't convert url http://localhost:3000/app/app.module.ts to path
DEBUG|042.678|SkipFilesManager: skipFile is not set for http://localhost:3000/app/app.module.ts
INFO |042.679|PathConversion: Can't convert url http://localhost:3000/app/app.module.js to path
DEBUG|042.679|SkipFilesManager: skipFile is not set for http://localhost:3000/app/app.module.js
DEBUG|042.680|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.680|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.680|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.686|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.687|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.687|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.688|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.688|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.689|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.689|PathConversion: Can't convert url http://localhost:3000/app/shared/config/config.ts to path
DEBUG|042.690|SkipFilesManager: skipFile is not set for http://localhost:3000/app/shared/config/config.ts
INFO |042.690|PathConversion: Can't convert url http://localhost:3000/app/shared/config/config.js to path
DEBUG|042.692|SkipFilesManager: skipFile is not set for http://localhost:3000/app/shared/config/config.js
DEBUG|042.692|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.694|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.694|SourceMappingThreadActorProxy: Created SourceMapConsumer
INFO |042.694|PathConversion: Can't convert url http://localhost:3000/app/shared/constants.ts to path
DEBUG|042.695|SkipFilesManager: skipFile is not set for http://localhost:3000/app/shared/constants.ts
INFO |042.695|PathConversion: Can't convert url http://localhost:3000/app/shared/constants.js to path
DEBUG|042.696|SkipFilesManager: skipFile is not set for http://localhost:3000/app/shared/constants.js
DEBUG|042.696|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.698|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.698|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.700|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.701|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.701|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.705|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.705|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.706|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.722|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.723|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.723|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.725|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.730|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.730|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.731|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.731|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.731|SourceMappingThreadActorProxy: Created SourceMapConsumer
DEBUG|042.740|SourceMappingThreadActorProxy: Received sourcemap
DEBUG|042.742|SourceMappingThreadActorProxy: Parsed sourcemap
DEBUG|042.742|SourceMappingThreadActorProxy: Created SourceMapConsumer

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

Inizia riproducendo la configurazione di attach di Firefox con l'entry point `firefox -start-debugger-server` e ispeziona `log.txt`. Concentrati sui messaggi ripetuti `PathConversion: Can't convert url` per i source sotto `rep-digital-api/src/` e `node_modules`; il lavoro è completato quando vengono raggiunti i breakpoint nel codice sorgente del progetto.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
typescript
Ambito
devtools
Tipo di issue
Bug
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Da chiarire
Idoneità per principianti
25/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.