当前位置:网站首页>A way to deal with infinite debugger
A way to deal with infinite debugger
2022-08-01 03:32:00 【Teng Qingshan YYDS】
The solution is: use the Reres plugin to replace the original js file.
Here takes KuangStudy as an example, when we enter the page and open the developer tools, the page will be stuck, as shown in the figure:
Even clicking this button to block the button doesn't work:
h2>
So you can use the Reres plugin to replace the original js file.
Right-click the file to copy the address:
The address is: https://www.kuangstudy.com/assert/js/debug/debug.js?v=10.98
Open our Reres plugin to configure rules:
.*/debug/debug.js.*http://localhost/myjs.js
myjs.js is our own js file. In this file, the line debugger;
is deleted, so after applying the rule, it will not get stuck at the breakpoint again.
There are many ways to make your own local files accessible through http, such as using python to run python -m http.server
, I am using the phpstudy 2018 software here:
边栏推荐
- Google Earth Engine - Error resolution of Error: Image.clipToBoundsAndScale, argument 'input': Invalid type
- <JDBC> 批量插入 的四种实现方式:你真的get到了吗?
- MYSQL query interception optimization analysis
- [cellular automata] based on matlab interface aggregation cellular automata simulation [including Matlab source code 2004]
- MYSQL Keyword Explain Analysis
- 【消息通知】用公众号模板消息怎么样?
- 软考高级系统架构设计师系列之:信息系统基础知识
- Which interpolation is better for opencv to zoom in and out??
- Flink 部署和提交job
- Chain programming, packages, access
猜你喜欢
The 16th day of the special assault version of the sword offer
Open source project site must-have & communication area function
Introduction to Oracle
HIRO: Hierarchical Reinforcement Learning 】 【 Data - Efficient Hierarchical Reinforcement Learning
预言机简介
opencv 缩小放大用哪种插值更好??
MYSQL logical architecture
Ordinary users cannot access HGFS directory
MYSQL Index Analysis
带wiringPi库在unbutu 编译 并且在树莓派运行
随机推荐
Compiled on unbutu with wiringPi library and run on Raspberry Pi
Completely closed Chrome updated and in the top right corner of the tip
更换树莓派内核
简单易用的任务队列-beanstalkd
The kernel of the decompression process steps
IDEA 找不到或无法加载主类 或 Module “*“ must not contain source root “*“ The root already belongs to module “*“
second uncle
Lua introductory case of actual combat 1234 custom function and the standard library function
Basic usage concepts of vim
HCIP(15)
HCIP(15)
[Search topic] After reading the inevitable BFS solution to the shortest path problem
TypeScript简化运行之ts-node
大佬们,MySQL cdc source在增量过程中回收 replication slave 和 r
IDEA does not recognize the module (there is no blue square in the lower right corner of the module)
【元胞自动机】基于matlab界面聚合元胞自动机模拟【含Matlab源码 2004期】
MYSQL logical architecture
leetcode6132. 使数组中所有元素都等于零(简单,周赛)
2. # code comments
链式编程、包、访问权限