# Debug

Manchmal ist es notwendig genau nachzuvollziehen, welche Pixel wann und mit welchem Inhalt ausgelöst werden, um eventuelle Probleme zu beheben. Mit Pixel Your Shop ist das kein Problem!

{% hint style="info" %}
**Tipp**

Du kannst das Debugging jeweils pro Verkaufskanal & Sprache einzeln konfigurieren, was dir schlussendlich mehr Flexibilität beim Testen ermöglicht.
{% endhint %}

## Debug-Logs aktivieren <a href="#debug-logs-aktivieren" id="debug-logs-aktivieren"></a>

Um das Debugging zu aktivieren musst du im Admin zu `Erweiterungen > Meine Erweiterungen > Pixel Your Shop > ... > Konfiguration` gehen und den Schalter `Aktiviere Pixel Event Debug in der Javascript Konsole` unter `Debug` aktivieren.

![](/files/-Mj0GIgEqy66YCRg-XNb)

## Debug-Logs in der Konsole ansehen <a href="#debug-logs-in-der-konsole-ansehen" id="debug-logs-in-der-konsole-ansehen"></a>

Nach der Aktivierung kannst du im Frontend die Javascript Konsole deines Browsers öffnen und dir die ausführlichen Log-Einträge anschauen, die nun für jeden Pixel ausgelöst werden.

![](/files/-Mj0GRdUfmcTn6arSQXT)


---

# 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.shop-studio.io/shopware/de/erweiterungen/pixelyourshop/development/debug.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.
