Error Handling
Disable Extensions and Scripting Systems Globally
When you encounter an exception caused by an extension that prevents you from removing the extension through the normal route (such as corrupted or masked data in the top menu bar, or an uninstall returning an error), you can globally disable the extension and the scripting system by adding the safetyMode=true
parameter within the URL of the EasyEDA Professional editor:
https://pro.lceda.cn/editor
https://pro.lceda.cn/editor?safetyMode=true
1
2
2
TIP
If you wish to enter debug mode at the same time, you can add the cll=debug
parameter again:
https://pro.lceda.cn/editor?safetyMode=true
https://pro.lceda.cn/editor?safetyMode=true&cll=debug
1
2
2