---
title: DebugReExecuteResponse
description: DebugReExecuteResponse is a response from the debug service.
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/debug-re-execute-response/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/debug-re-execute-response.md
---

# DebugReExecuteResponse

DebugReExecuteResponse is a response from the debug service.

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

## Fields

| Field | Type | # | Description |
| - | - | - | - |
| `transaction` | [`thru.core.v1.Transaction`](https://thru.org/docs/api-ref/grpc/messages/thru/core/v1/transaction.md) | 1 · optional | |
| `stdout` | `string` | 2 · optional | |
| `log` | `string` | 3 · optional | |
| `trace` | `string` | 4 · optional | |
| `execution_details` | [`VmExecutionDetails`](https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/vm-execution-details.md) | 5 · optional | |
| `state_before` | repeated [`AccountSnapshot`](https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/account-snapshot.md) | 6 · optional | |
| `state_after` | repeated [`AccountSnapshot`](https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/account-snapshot.md) | 7 · optional | |
| `memory_segments` | repeated [`MemorySegment`](https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/memory-segment.md) | 8 · optional | |
