Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Personalizar La Depuración Con DebuggerDisplay
Search
Lautaro Carro
June 27, 2019
Programming
0
160
Personalizar La Depuración Con DebuggerDisplay
Lautaro Carro
June 27, 2019
Tweet
Share
More Decks by Lautaro Carro
See All by Lautaro Carro
Introducción a Azure Service Bus
lauchacarro
0
19
Buenas prácticas para usar MinimalAPI en ASP.NET Core
lauchacarro
0
42
Novedades en .NET 9 y C#13 - .NET Conf 2024 - .Net Baires
lauchacarro
0
61
Microservicios Desacoplados: Una DB por Cada Uno - dotnet Latam day 2024
lauchacarro
0
110
Blazor en Grande: Arquitectura y Escalabilidad - Jornada 5 - Asp .NET (Español)
lauchacarro
0
98
Explorando las Identidades administradas de Azure - Global Azure 2024 - Latino NET Online
lauchacarro
0
110
Vertical Slice Architecture con Asp.Net Core | Latino .NET Online
lauchacarro
0
320
Global AI Bootcamp 2024 Peru - Azure OpenAI Conversaciones dinámicas con varios mensajes de sistema
lauchacarro
0
150
Inteligencia en tus Apps .NET con Azure Open AI - Microsoft User Group Arg
lauchacarro
0
160
Other Decks in Programming
See All in Programming
Hack Claude Code with Claude Code
choplin
4
2.2k
初学者でも今すぐできる、Claude Codeの生産性を10倍上げるTips
s4yuba
16
11k
プロダクト志向なエンジニアがもう一歩先の価値を目指すために意識したこと
nealle
0
130
効率的な開発手段として VRTを活用する
ishkawa
0
140
Flutterで備える!Accessibility Nutrition Labels完全ガイド
yuukiw00w
0
160
脱Riverpod?fqueryで考える、TanStack Queryライクなアーキテクチャの可能性
ostk0069
0
170
テストから始めるAgentic Coding 〜Claude Codeと共に行うTDD〜 / Agentic Coding starts with testing
rkaga
13
4.7k
AIと”コードの評価関数”を共有する / Share the "code evaluation function" with AI
euglena1215
1
170
なぜ「共通化」を考え、失敗を繰り返すのか
rinchoku
1
650
Startups on Rails in Past, Present and Future–Irina Nazarova, RailsConf 2025
irinanazarova
0
130
AI コーディングエージェントの時代へ:JetBrains が描く開発の未来
masaruhr
1
180
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
780
Featured
See All Featured
Being A Developer After 40
akosma
90
590k
Designing Experiences People Love
moore
142
24k
Adopting Sorbet at Scale
ufuk
77
9.5k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
Bash Introduction
62gerente
613
210k
Unsuck your backbone
ammeep
671
58k
Practical Orchestrator
shlominoach
189
11k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
510
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Become a Pro
speakerdeck
PRO
29
5.4k
Transcript
Personalice la depuración Lautaro Carro Desarrollador .NET www.lautarocarro.com
El atributo [DebuggerDisplay]
“Le permite al desarrollador controlar cómo se debe mostrar un
objeto en las ventanas de variables.
¿Les ha pasado?
¿Como Usar el [DebuggerDisplay]?
¿Como Usar el [DebuggerDisplay]?
¿Como Usar el [DebuggerDisplay]?
¿Como Usar el [DebuggerDisplay]?
¿Como Usar el [DebuggerDisplay]?
¿Como Usar el [DebuggerDisplay]?
DebuggerDisplay ▰ Sólo para el depurador ▰ Reduce el rendimiento
▰ Independiente del código ToString() ▰ "Efecto secundario” ▰ Ya esta compilado, no tiene nada que procesar ▰ Acceso público [DebuggerDisplay] VS .ToString()
Practica Recomendada
Preguntas?
Muchas Gracias!! Lautaro Carro Desarrollador .NET www.lautarocarro.com