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
Microservicios Desacoplados: Una DB por Cada Uno - dotnet Latam day 2024
lauchacarro
0
57
Blazor en Grande: Arquitectura y Escalabilidad - Jornada 5 - Asp .NET (Español)
lauchacarro
0
55
Explorando las Identidades administradas de Azure - Global Azure 2024 - Latino NET Online
lauchacarro
0
88
Vertical Slice Architecture con Asp.Net Core | Latino .NET Online
lauchacarro
0
280
Global AI Bootcamp 2024 Peru - Azure OpenAI Conversaciones dinámicas con varios mensajes de sistema
lauchacarro
0
140
Inteligencia en tus Apps .NET con Azure Open AI - Microsoft User Group Arg
lauchacarro
0
140
NET Baires Conf 2023: Novedades de Blazor en NET 8
lauchacarro
0
120
Introducción Azure Cognitive Services | MouronIT
lauchacarro
0
130
5 Estrategias Avanzadas con Inyección de Dependencias
lauchacarro
0
160
Other Decks in Programming
See All in Programming
Open source software: how to live long and go far
gaelvaroquaux
0
660
責務と認知負荷を整える! 抽象レベルを意識した関心の分離
yahiru
8
1.3k
Ça bouge du côté des animations CSS !
goetter
2
150
データベースのオペレーターであるCloudNativePGがStatefulSetを使わない理由に迫る
nnaka2992
0
230
Boos Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
300
CDK開発におけるコーディング規約の運用
yamanashi_ren01
2
250
CloudNativePGを布教したい
nnaka2992
0
110
PHPのバージョンアップ時にも役立ったAST
matsuo_atsushi
0
230
AIの力でお手軽Chrome拡張機能作り
taiseiue
0
190
コードを読んで理解するko build
bells17
1
110
1年目の私に伝えたい!テストコードを怖がらなくなるためのヒント/Tips for not being afraid of test code
push_gawa
1
540
Serverless Rust: Your Low-Risk Entry Point to Rust in Production (and the benefits are huge)
lmammino
1
150
Featured
See All Featured
Docker and Python
trallard
44
3.3k
The Cost Of JavaScript in 2023
addyosmani
47
7.4k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
133
33k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
4
370
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.5k
A Tale of Four Properties
chriscoyier
158
23k
Thoughts on Productivity
jonyablonski
69
4.5k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
The World Runs on Bad Software
bkeepers
PRO
67
11k
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