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
56
Blazor en Grande: Arquitectura y Escalabilidad - Jornada 5 - Asp .NET (Español)
lauchacarro
0
53
Explorando las Identidades administradas de Azure - Global Azure 2024 - Latino NET Online
lauchacarro
0
86
Vertical Slice Architecture con Asp.Net Core | Latino .NET Online
lauchacarro
0
270
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
dbt Pythonモデルで実現するSnowflake活用術
trsnium
0
240
Conform を推す - Advocating for Conform
mizoguchicoji
3
710
もう僕は OpenAPI を書きたくない
sgash708
5
1.9k
CDK開発におけるコーディング規約の運用
yamanashi_ren01
2
220
Grafana Loki によるサーバログのコスト削減
mot_techtalk
1
130
color-scheme: light dark; を完全に理解する
uhyo
7
480
昭和の職場からアジャイルの世界へ
kumagoro95
1
410
お前もAI鬼にならないか?👹Bolt & Cursor & Supabase & Vercelで人間をやめるぞ、ジョジョー!👺
taishiyade
7
4.1k
Jakarta EE meets AI
ivargrimstad
0
110
Bedrock Agentsレスポンス解析によるAgentのOps
licux
3
890
データベースのオペレーターであるCloudNativePGがStatefulSetを使わない理由に迫る
nnaka2992
0
230
CloudNativePGを布教したい
nnaka2992
0
100
Featured
See All Featured
Designing for humans not robots
tammielis
250
25k
Faster Mobile Websites
deanohume
306
31k
Typedesign – Prime Four
hannesfritz
40
2.5k
Java REST API Framework Comparison - PWX 2021
mraible
29
8.4k
How STYLIGHT went responsive
nonsquared
98
5.4k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
175
52k
Designing Experiences People Love
moore
140
23k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
The World Runs on Bad Software
bkeepers
PRO
67
11k
The Cult of Friendly URLs
andyhume
78
6.2k
Automating Front-end Workflow
addyosmani
1368
200k
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