Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

How can I reset default size of developer tools panel without access to it?

more options

My browser crashed and after that the developer tools panel is only 1 pixel wide located at the right of my screen. I can't drag to make it wider since this only triggers the window resize.

If I try to use shortcuts or menu to "Toggle Tools" the one pixel wide line is shown/hidden.

My browser crashed and after that the developer tools panel is only 1 pixel wide located at the right of my screen. I can't drag to make it wider since this only triggers the window resize. If I try to use shortcuts or menu to "Toggle Tools" the one pixel wide line is shown/hidden.

선택된 해결법

Can you try this:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box above the list, type or paste devtools.toolbox.sidebar.width and pause while the list is filtered

(3) Use the button toward the right end of the row with the left-pointing arrow to reset the devtools.toolbox.sidebar.width preference to its default value.

Alternately, double-click the devtools.toolbox.sidebar.width preference and Firefox should display an editable field where you can modify the value as desired. Replace the current value with 600. To save the change, press Enter or click the blue check mark button.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (3)

more options

선택된 해결법

Can you try this:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box above the list, type or paste devtools.toolbox.sidebar.width and pause while the list is filtered

(3) Use the button toward the right end of the row with the left-pointing arrow to reset the devtools.toolbox.sidebar.width preference to its default value.

Alternately, double-click the devtools.toolbox.sidebar.width preference and Firefox should display an editable field where you can modify the value as desired. Replace the current value with 600. To save the change, press Enter or click the blue check mark button.

more options

Try to rename/remove xulstore.json in the Firefox profile folder with Firefox closed.

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.

more options

jscher2000 said

Can you try this: (1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk. (2) In the search box above the list, type or paste devtools.toolbox.sidebar.width and pause while the list is filtered (3) Use the button toward the right end of the row with the left-pointing arrow to reset the devtools.toolbox.sidebar.width preference to its default value. Alternately, double-click the devtools.toolbox.sidebar.width preference and Firefox should display an editable field where you can modify the value as desired. Replace the current value with 600. To save the change, press Enter or click the blue check mark button.

Thanks, that did it!