-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow starting/refreshing of debug session in Chrome #431
Comments
Please add |
I will try because I am working in Amazon Workspaces environment that I don't have possibility to take out anything. But I think they will let me share those logs here. |
You want logs from moment I start debug session until login screen shows up, right? |
Yep, that would be ideal. Note that the log files do contain file paths. If there are concerns sharing them publicly here, you can also email them to me at copeet at microsoft.com. |
Yep. That's pretty large, you can compress it before you send it--it should compact down fairly well. |
Okay I asked for approval. Once it would approved or disapproved I will let you know. |
vscode-debugadapter-0.zip |
Thanks for the log. I think I know what's happening here. @FishOrBear can you set/add |
debug console
|
Isn't that set by Angular for webpack configuration automatically if we just set sourceMap to true in angular.json? |
My project is not Angular. The original first log used devtool: "eval-source-map" |
Thanks for the report. I've submitted a PR with a fix that seems to work well in my testing. Here's a build of the extension with the fix if you'd like to take it for a spin before it gets merged https://memes.peet.io/img/js-debug-eval-module-fix.vsix You can install it using |
Looks good, i have used it |
HMR will have problems |
@connor4312 |
@mikij I can't use it now. Temporarily use Debugger for Chrome4.11.7 |
I am using the old Debugger for Chrome all the time while I am waiting for any proper fix for new one to give it a try. |
Thanks for letting me know. I'm guessing that something in your setup is different and not triggering the detection that I added to take the fast path for these kinds of bundles. It may be easier to get approval to send part of the file. In the logs, you should see a very large number of lines containing the string "Debugger.paused". If you can send a sample of these events to me, that should provide enough information to fix up the logic. |
in vscode f5 add breakpoint in /src/TestCmdd.ts change /src/TestCmd.ts |
Any news @connor4312 ? |
@mikij @connor4312 |
When I am using debug.chrome.useV3: true then debug session took several minutes to just start Angular based application. Any update of code means reload of application which means another wait session. So I am forced to not use V3 for debugging even to try it. I noticed that break points also is not bound so for now this new debugger seems completely usefulness for browser debugging. If you have any suggestions I could try. Official version of debugger works normally for me.
The text was updated successfully, but these errors were encountered: