---
title: DebugReExecuteRequest
description: DebugReExecuteRequest is a request to re-execute a transaction in
  simulated environment.
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/debug-re-execute-request/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/debug-re-execute-request.md
---

# DebugReExecuteRequest

DebugReExecuteRequest is a request to re-execute a transaction in simulated environment.

**Package:** `thru.services.v1`

## Fields

| Field | Type | # | Description |
| - | - | - | - |
| `signature` | [`thru.common.v1.Signature`](https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/signature.md) | 1 · optional | |
| `include_state_before` | `bool` | 2 · optional | |
| `include_state_after` | `bool` | 3 · optional | |
| `include_account_data` | `bool` | 4 · optional | |
| `include_memory_dump` | `bool` | 5 · optional | Return all allocated stack+heap pages |
