diff --git a/src/Aspire.Hosting/ApplicationModel/CustomResourceSnapshot.cs b/src/Aspire.Hosting/ApplicationModel/CustomResourceSnapshot.cs
index ef18738e6d..7bb325f7dd 100644
--- a/src/Aspire.Hosting/ApplicationModel/CustomResourceSnapshot.cs
+++ b/src/Aspire.Hosting/ApplicationModel/CustomResourceSnapshot.cs
@@ -12,6 +12,7 @@ namespace Aspire.Hosting.ApplicationModel;
///
/// An immutable snapshot of the state of a resource.
///
+[DebuggerDisplay("ResourceType = {ResourceType}, State = {State?.Text}, HealthStatus = {HealthStatus?.ToString(),nq}, Properties = {Properties.Length}")]
public sealed record CustomResourceSnapshot
{
private readonly ImmutableArray _healthReports = [];