How to fix the "status_breakpoint" error on Chrome and Edge

STATUS_BREAKPOINT

Encountering a hardware-defined breakpoint; used only by debuggers.
Encountering a hardware-defined breakpoint; used only by debuggers.

Reference document: STATUS_BREAKPOINT
Insert image description here

STATUS_BREAKPOINT error solution

  1. To fix status_breakpoint errors, update your browser and restart.

  2. If step one doesn't work, try renaming chrome.exe or msedge.exe to something else.

  3. If the browser itself does not crash and only certain web pages report this error, just reload the web page.

Chrome browser Status_breakpoint bug fix

If you encounter this error on Chrome, here are some effective troubleshooting steps:

- Update Chrome browser to the latest version

Insert image description here

- Uninstall extensions and apps you no longer use

chrome://extensions/

Insert image description here
Disable or remove any suspicious extensions to eliminate errors they may cause.

If you still get errors, you can try disabling browser debugging

- Install any updates available on your computer, especially Windows 10

Reference reading: Network security-Windows update best practices for online updates

- Restart your computer.

Open PowerShell: Press the Win+X keys and select "Windows PowerShell" or "Windows Terminal" to open PowerShell.
In the PowerShell window, enter the following command and press Enter:

Restart-Computer

If you want the system to restart immediately without prompting, use the -Force parameter as follows:

Restart-Computer -Force

Edge browser Status_breakpoint bug fix

If you encounter this error on Edge, here are some effective troubleshooting steps:

- Update Edge to the latest version

- Rename files

If the first step does not fix the error, try renaming the msedge.exe file. The method is as follows:
Open the following path and find msedge.exe

 C:\Program Files (x86)\Microsoft\Edge\Application

Insert image description here

Rename msedge.exe to something else, such as smedge.exe.

- Restart the Edge browser.

recommended reading

HTTP status code 504 (Gateway Timeout) error cause analysis and solutions. Methods to
continue using Internet Explorer on Windows 11.
The open source nature of Chromium forces Chrome browser updates to become more and more frequent.
Popularization of security knowledge: How to make your computer safe online, Worry-free surfing

Guess you like

Origin blog.csdn.net/weixin_37813152/article/details/132687449