-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Chrome effectively freezes when closing its dev tools and Vue Devtools is installed #2103
Comments
Confirmed with Chrome and even Firefox on MacOS/Windows 11. |
I'm having the exact same issue. Doesn't matter if closing the devtools in Edge or Chrome, both show the exact same behaviour as described by the reporter. Any help on this? |
Because this topic has not yet been addressed by the developers, I have found a rather primitive but temporary solution: refreshing the page whenever the DevTools are closed. I have discovered that refreshing the page "resets" the memory leak. To automate this reload event, I have created a simple Chrome extension (currently under review) that does this for me, but only on specific websites (e.g., localhost). Extension as zip file: |
Seeing same problem in Brave on my Mac: MacOS version: 14.1.1 (23B81) |
Having this issue also. For me I do have to open and close the dev tools at least 2 times.
Memory will then increase by about 100 mb every 1-2 seconds, and will not go down. |
any solutions yet ? |
Same, vue devtools are unusable for me as of a few weeks ago. Switching routes takes 3 seconds of freeze. |
Experiencing the same with devtools 6.5.1 and latest chrome Version 120.0.6099.216 (Official Build) (x86_64) I am running the latest MacOS too |
What I observe that it'll only freezes browser only if we close inspect tool window. If I not closing an inspect then vue tool works fines but after closing browser inspect it'll freezes so keep open your inspect tool |
Affirmative. Fedora 38 |
Can not use it... if you open it, it crashes chrome... |
Do vue developers never use it? Why can such a serious problem exist for so long? |
I created this basic chrome extension tool that gives a temporary solution: |
I'm seeing a similar thing using Chrome inspector and Vue dev tools the memory usage would increase really quickly, it's unusable for me at the moment. Chrome task manager reported the tab was using up to 8gb and then tab would crash. Refreshing the tab didn't work very well for me either. I've disabled Vue dev tools extension and memory usage is normal.
|
I have this issue on mac os Version 14.1.1 . |
Maybe this will help someone.
I have this bug clearly disappeared in the 6.4.5 release. P.S. I would like to say thanks to the developers for not abandoning this project |
I downloaded this version but when i want to add in load unpacked extension got this error :
|
I failed to get older versions working, one work-around that's working for me is the stand-alone app. That hasn't shown any problems yet - seems speedy. |
I don't know if it's when it closes or not, but I have the same problem, Chrome constantly freezes on Mac. This makes for a horrible experience, I have to force quit all of Chrome every 5 minutes |
6.6.1 has still same memory leak issue. Edge freezes and memory starts to increase by Gigabytes |
the same, Chrome, Windows |
Chrome keeps on freezing after opening Vue Devtools for some time. I have to check Vuex store values like this for now: Array.from(document.querySelectorAll('*')).find(e => e.__vue__).__vue__.$store.state |
Also experiencing something similar. Immediately after opening vue devtools, the memory usage would start quickly going up to 20+ gb until chrome would just crash. I only got a 20-30 second window to use the devtools. What seems to have helped is disabling React Devtools, Angular Devtools and other extensions. |
v6.6.1 reproduces |
I disabled Angular devtools and everything gets ok. |
Thanks a lot my friend, after 6 month finally my vue devtools is working. |
I can confirm that this also solves the problem for me. |
I don't have Angular devtools installed and Vue devtools still makes Chrome devtools crash. It happens a lot with 6.6.* version, less times with version 6.5.1 (I tried downgrading to that version). |
@oskarnrk Try to use this extension it's much stable than newer one but sometime it also lags but not that frequent |
v6.6.3 reproduces. |
Is there any update? As a Workaround I use the dev tools via Firefox. Here the vue dev tools are working. |
makes it a pain to use Vue |
I can confirm that deactivating the angular extension solved the problem for me. |
Vue devtools version
6.5.0
Link to minimal reproduction
https://sfc.vuejs.org/
Steps to reproduce & screenshots
What is expected?
What is actually happening?
System Info
Any additional comments?
This problem came up today while developing on my company's Vue powered web apps. One colleague can reproduce this issue while another one can't. I could not find this issue reported yet, hence me creating it now.
Does anyone else have this issue?
For now I need to uninstall Vue Devtools from Chrome and use Firefox instead to debug my Vue apps, because over there it works as expected.
The text was updated successfully, but these errors were encountered: