# Debug Protection

### :fast\_forward:Performance: Low        :closed\_lock\_with\_key:Potency: Low            :brain:Resilience: High

## Understanding the protection

Anti debugging consists of a set of techniques injected on your code that will prevent any debugger from being attached to your application.&#x20;

When active layers aren't enough to withstand an attack (protection couldn't prevent the debugger from being attached), passive layers will take over by causing a disruption in the way your application works and thus stopping the detected attack.

{% hint style="danger" %}
**After enabling this feature, any attempt of debugging your application will lead to unexpected** **runtime behavior. If you need assistance with an obfuscated application we recommend reaching out to your account manager or opening a ticket.**
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cyphor.net/.net-code-obfuscation/code-obfuscation/debug-protection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
