# Debugging \[BETA]

We hebben een PyCharm plugin ontwikkeld die je toelaat om een Oswald chatbot lokaal te debuggen. Deze plugin bevindt zich momenteel in beta. Om toegang te krijgen tot de plugin maak je best een ticket aan bij onze [helpdesk](https://raccoons-group.atlassian.net/servicedesk/customer/portals).

Je kan met deze plugin code responses ophalen van je Oswald installatie, ze bewerken en ze ook weer opladen naar je installatie.

Doormiddel van de [Hybrid cloud](/docs/advanced-code-responses/hybrid-cloud.md) approach is het ook mogelijk om je code responses te debuggen in PyCharm, net als gewone python code. Dat geeft je de mogelijkheid om breakpoints te plaatsen in je code responses en de precieze toestand van je chatbot te inspecteren.

Je draait de Oswald Responder code lokaal en zorgt via een tool als [ngrok](https://ngrok.com) dat je machine extern beschikbaar is op een url. Deze url geef je dan in als 'Responder url' bij de instellingen van je chatbot.


---

# 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://oswaldai.gitbook.io/docs/advanced-code-responses/debugging-beta.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.
