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
Novedades en .NET 9 y C#13 - .NET Conf 2024 - .Net Baires
lauchacarro
0
54
Microservicios Desacoplados: Una DB por Cada Uno - dotnet Latam day 2024
lauchacarro
0
76
Blazor en Grande: Arquitectura y Escalabilidad - Jornada 5 - Asp .NET (Español)
lauchacarro
0
70
Explorando las Identidades administradas de Azure - Global Azure 2024 - Latino NET Online
lauchacarro
0
100
Vertical Slice Architecture con Asp.Net Core | Latino .NET Online
lauchacarro
0
290
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
150
NET Baires Conf 2023: Novedades de Blazor en NET 8
lauchacarro
0
130
Introducción Azure Cognitive Services | MouronIT
lauchacarro
0
140
Other Decks in Programming
See All in Programming
Making TCPSocket.new "Happy"!
coe401_
1
270
[NG India] Event-Based State Management with NgRx SignalStore
markostanimirovic
1
140
Make Parsers Compatible Using Automata Learning
makenowjust
1
2k
Empowering Developers with HTML-Aware ERB Tooling @ RubyKaigi 2025, Matsuyama, Ehime
marcoroth
1
330
ミリしらMCP勉強会
watany
4
740
Enterprise Web App. Development (1): Build Tool Training Ver. 5
knakagawa
1
110
Dissecting and Reconstructing Ruby Syntactic Structures
ydah
0
240
State of Namespace
tagomoris
4
970
Deoptimization: How YJIT Speeds Up Ruby by Slowing Down / RubyKaigi 2025
k0kubun
0
670
Being an ethical software engineer
xgouchet
PRO
0
210
The Weight of Data: Rethinking Cloud-Native Systems for the Age of AI
hollycummins
0
270
SQL Server ベクトル検索
odashinsuke
0
170
Featured
See All Featured
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
13
1.4k
Bash Introduction
62gerente
611
210k
Optimising Largest Contentful Paint
csswizardry
36
3.2k
Speed Design
sergeychernyshev
29
890
Producing Creativity
orderedlist
PRO
344
40k
Faster Mobile Websites
deanohume
306
31k
Facilitating Awesome Meetings
lara
54
6.3k
We Have a Design System, Now What?
morganepeng
52
7.5k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Side Projects
sachag
452
42k
RailsConf 2023
tenderlove
30
1.1k
How to Think Like a Performance Engineer
csswizardry
23
1.5k
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