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
Dominando un Bug
Search
Pablo Torres
April 14, 2013
Programming
0
38
Dominando un Bug
Pasos para depurar un error en una app
Pablo Torres
April 14, 2013
Tweet
Share
Other Decks in Programming
See All in Programming
システム成長を止めない!本番無停止テーブル移行の全貌
sakawe_ee
1
340
レベル1の開発生産性向上に取り組む − 日々の作業の効率化・自動化を通じた改善活動
kesoji
0
290
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
3
790
Claude Code + Container Use と Cursor で作る ローカル並列開発環境のススメ / ccc local dev
kaelaela
12
7k
A full stack side project webapp all in Kotlin (KotlinConf 2025)
dankim
0
150
はじめてのWeb API体験 ー 飲食店検索アプリを作ろうー
akinko_0915
0
140
「App Intent」よくわからんけどすごい!
rinngo0302
1
100
Porting a visionOS App to Android XR
akkeylab
0
670
Flutterで備える!Accessibility Nutrition Labels完全ガイド
yuukiw00w
0
170
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
2
660
GPUを計算資源として使おう!
primenumber
1
220
AI時代のソフトウェア開発を考える(2025/07版) / Agentic Software Engineering Findy 2025-07 Edition
twada
PRO
99
36k
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
430
65k
Building Adaptive Systems
keathley
43
2.7k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
We Have a Design System, Now What?
morganepeng
53
7.7k
Designing Experiences People Love
moore
142
24k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
108
19k
Transcript
Dominando un Bug Pablo Torres domingo, 14 de abril de
13
¿’’Bug’’? domingo, 14 de abril de 13
bug = error domingo, 14 de abril de 13
debería suceder vs. sucede domingo, 14 de abril de 13
Los follow en Twitter se pierden domingo, 14 de abril
de 13
Los SMS no se envían domingo, 14 de abril de
13
Los correos en Gmail se muestran dos veces domingo, 14
de abril de 13
Ese botón no hace nada domingo, 14 de abril de
13
OK. ¿Qué hago? domingo, 14 de abril de 13
PACIENCIA domingo, 14 de abril de 13
mucha PACIENCIA domingo, 14 de abril de 13
en serio :) domingo, 14 de abril de 13
paciencia domingo, 14 de abril de 13
1. Reproducirlo domingo, 14 de abril de 13
Encontrar pasos exactos y repetibles domingo, 14 de abril de
13
Encontrar condiciones exactas domingo, 14 de abril de 13
esto es la mitad del problema \o/ domingo, 14 de
abril de 13
2. Entender la diferencia domingo, 14 de abril de 13
debería suceder vs. sucede domingo, 14 de abril de 13
a veces no es un bug! domingo, 14 de abril
de 13
3. Encontrar la línea problemática domingo, 14 de abril de
13
stacktrace <3 domingo, 14 de abril de 13
Rails: log/ domingo, 14 de abril de 13
pero no es mágico domingo, 14 de abril de 13
logs <3 domingo, 14 de abril de 13
Objetivo: Más información domingo, 14 de abril de 13
Cuenta una historia domingo, 14 de abril de 13
Ruby: puts domingo, 14 de abril de 13
Rails: logger.debug domingo, 14 de abril de 13
4. Entender el error domingo, 14 de abril de 13
5. Corregir y probar domingo, 14 de abril de 13
paciencia :) domingo, 14 de abril de 13