mirror of
https://github.com/AEPKILL/devtools-detector.git
synced 2026-04-26 23:15:48 +03:00
[GH-ISSUE #73] debugger function stopped my code running #143
Labels
No labels
bug
bug
enhancement
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/devtools-detector#143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @monouowox on GitHub (Jul 12, 2024).
Original GitHub issue: https://github.com/AEPKILL/devtools-detector/issues/73
Originally assigned to: @AEPKILL on GitHub.
debugger stopped my code running , can you provide a API,that remove that generate debugger function .I need this for redirect route.
@AEPKILL commented on GitHub (Jul 12, 2024):
Using
debuggeris a detection method, and it serves as a last-resort detection method. If the code execution reaches thedebuggerstatement, it means that other detection methods have failed to detect that thedevtoolsare open. If thedebuggerstatement is disabled, there's no way to know ifdevtoolsare open.