Connor Peet
Connor Peet
From your issue I don't think that having `_storeAsTemp` has anything to do with customPropertiesGenerator. Instead we can just have a context menu item to "Store object as global variable"...
It sounds like the right current solution is [restricting your outFiles](https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_source-map-discovery). If I understand your proposal, you're saying that we would scan dependencies of the `program` entrypoint to discover sourcemaps....
Updating from Teams discussion: @t-ayola: >To give a bit more context here, we're working in a large yarn v1 monorepo, and while we've configured outfiles to be as narrow as...
I'm not clear on the steps you do between "click the "Disconnect" button OR close the browser window" and "Going to https://localhost:3000/". Are you using the same browser that was...
It looks like the log file is truncated, please try to re-create it and upload. For best results, make sure to stop debugging before copying the log file.
Chrome has a 'singleton lock' where it reuses a single process instance when launched. We need to get around that in order to launch Chrome in debug mode, and to...
Yep, that's hwhat's happening. We're passing the `--user-data-dir` _apparently_ correctly to Chrome, but the "profile path" is your default user profile. That is very much not correct.
One more thing to look at. Reading through Chromium's source, it seems it should log stderr if it falls back to the default user data dir path. To capture that...
Sorry, I should clarify, please do that without another instance of Chrome already running. That way it'll boot successfully, but should hopefully print a message saying why it falls back...
The performance graph will be shown for whatever is the selected (active) debug session. But some tooltip/title could be useful as well.