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
La nueva AI Médica Open Source de Microsoft para la atención clínica
lauchacarro
0
12
Introducción a Azure Service Bus
lauchacarro
0
25
Buenas prácticas para usar MinimalAPI en ASP.NET Core
lauchacarro
0
55
Novedades en .NET 9 y C#13 - .NET Conf 2024 - .Net Baires
lauchacarro
0
66
Microservicios Desacoplados: Una DB por Cada Uno - dotnet Latam day 2024
lauchacarro
0
120
Blazor en Grande: Arquitectura y Escalabilidad - Jornada 5 - Asp .NET (Español)
lauchacarro
0
110
Explorando las Identidades administradas de Azure - Global Azure 2024 - Latino NET Online
lauchacarro
0
120
Vertical Slice Architecture con Asp.Net Core | Latino .NET Online
lauchacarro
0
330
Global AI Bootcamp 2024 Peru - Azure OpenAI Conversaciones dinámicas con varios mensajes de sistema
lauchacarro
0
160
Other Decks in Programming
See All in Programming
学習を成果に繋げるための個人開発の考え方 〜 「学習のための個人開発」のすすめ / personal project for leaning
panda_program
1
110
GitHub Copilotの全体像と活用のヒント AI駆動開発の最初の一歩
74th
8
3.2k
マイコンでもRustのtestがしたい その2/KernelVM Tokyo 18
tnishinaga
2
2.3k
KessokuでDIでもgoroutineを活用する / Go Connect #6
mazrean
0
120
AI OCR API on Lambdaを Datadogで可視化してみた
nealle
0
180
Updates on MLS on Ruby (and maybe more)
sylph01
1
110
The state patternの実践 個人開発で培ったpractice集
miyanokomiya
0
150
Namespace and Its Future
tagomoris
6
560
エンジニアのための”最低限いい感じ”デザイン入門
shunshobon
0
130
Introduction to Git & GitHub
latte72
0
120
レガシープロジェクトで最大限AIの恩恵を受けられるようClaude Codeを利用する
tk1351
3
1.3k
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
240
Featured
See All Featured
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Into the Great Unknown - MozCon
thekraken
40
2k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Producing Creativity
orderedlist
PRO
347
40k
KATA
mclloyd
32
14k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
Designing for Performance
lara
610
69k
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