[GH-ISSUE #73] debugger function stopped my code running #43

Closed
opened 2026-03-01 14:34:05 +03:00 by kerem · 1 comment
Owner

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.

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.
kerem 2026-03-01 14:34:05 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@AEPKILL commented on GitHub (Jul 12, 2024):

Using debugger is a detection method, and it serves as a last-resort detection method. If the code execution reaches the debugger statement, it means that other detection methods have failed to detect that the devtools are open. If the debugger statement is disabled, there's no way to know if devtools are open.

<!-- gh-comment-id:2224969779 --> @AEPKILL commented on GitHub (Jul 12, 2024): Using `debugger` is a detection method, and it serves as a last-resort detection method. If the code execution reaches the `debugger` statement, it means that other detection methods have failed to detect that the `devtools` are open. If the `debugger` statement is disabled, there's no way to know if `devtools` are open.
kerem changed title from [GH-ISSUE #73] debugger function stopped my code running to [GH-ISSUE #73] debugger function stopped my code running 2026-03-01 17:27:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/devtools-detector#43
No description provided.