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
Introducing ReActionView: A new ActionView-compatible ERB Engine @ Rails World 2025, Amsterdam
marcoroth
0
720
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
7
2.6k
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
490
AIでLINEスタンプを作ってみた
eycjur
1
230
AWS発のAIエディタKiroを使ってみた
iriikeita
1
190
個人開発で徳島大学生60%以上の心を掴んだアプリ、そして手放した話
akidon0000
1
170
testingを眺める
matumoto
1
140
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
620
Updates on MLS on Ruby (and maybe more)
sylph01
1
190
デザイナーが Androidエンジニアに 挑戦してみた
874wokiite
0
590
Flutter with Dart MCP: All You Need - 박제창 2025 I/O Extended Busan
itsmedreamwalker
0
150
AIを活用し、今後に備えるための技術知識 / Basic Knowledge to Utilize AI
kishida
22
5.9k
Featured
See All Featured
Optimizing for Happiness
mojombo
379
70k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Statistics for Hackers
jakevdp
799
220k
What's in a price? How to price your products and services
michaelherold
246
12k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Unsuck your backbone
ammeep
671
58k
Scaling GitHub
holman
463
140k
The Art of Programming - Codeland 2020
erikaheidi
56
13k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
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