# PythonAppResource.withDebugging

- Module: [Aspire.Hosting.Python](/reference/api/typescript/aspire.hosting.python.md)
- Defined on: [PythonAppResource](/reference/api/typescript/aspire.hosting.python/pythonappresource.md)
- Version: `13.4.0`
- Kind: `method`

Enables debugging support for the Python application.

## Definition

```typescript
interface PythonAppResource {
  // ... omitted for brevity
  withDebugging(): PythonAppResource;
}
```

## Signature

```typescript
withDebugging(): PythonAppResource
```

## Returns

[PythonAppResource](/reference/api/typescript/aspire.hosting.python/pythonappresource.md) `builder`

## Defined on

- [PythonAppResource](/reference/api/typescript/aspire.hosting.python/pythonappresource.md) -- `handle`
