Easy Debugging with Breakpoints and Stack Trace

Опубликовано: 22 Октябрь 2024
на канале: Tadas Petra
21,812
428

The very basic debugging tools that almost every IDE has is break points and stacktrace. These two are probably the two most important things to utilize when trying to debug code. 90% of bugs can be solved using these tools.

I Built a Site to Learn Flutter: https://hungrimind.com

For anything more complicated it might be good to use DevTools. I have a video on that as well:    • How to Debug Flutter Apps with DevTools  

Connect With Me
✦ Live Coding:   / tadaspetra  
✦ Twitter:   / tadaspetra  
✦ Chat on Discord:   / discord  
✦ Instagram:   / tadaspetra  
✦ My Website: https://tadaspetra.com/#/

I also do lots of Investing
✦ Up to $250 of Bitcoin: https://blockfi.com/?ref=ebe43fdc
✦ FREE stock: https://join.robinhood.com/tadasp2

My Top 5 Books:
✦ Brave New World - Aldous Huxley: https://amzn.to/2JyaK96
✦ 1984 - George Orwell: https://amzn.to/3lmLzUk
✦ The Millionaire Fastlane - MJ Demarco: https://amzn.to/2ViGthn
✦ The 4-Hour Workweek - Timothy Ferriss: https://amzn.to/3mnypYD
✦ Homo Deus - Yuval Noah Harari: https://amzn.to/2VlFRYe

Youtube Gear
✦ MacBook Pro 16 inch: https://amzn.to/3qe4MeF
✦ MX Master 3 Mouse: https://amzn.to/2VlkZQS
✦ Canon Rebel SL3: https://amzn.to/2ViIfPv
✦ Hiearcool USB Hub: https://amzn.to/3llsIsP
✦ iPad Pro 12.9 (3rd Generation): https://amzn.to/36kaVy0
✦ Apple Pencil (2nd Generation): https://amzn.to/2JoHy4y
✦ Yeti Microphone: https://amzn.to/37oRNOq
✦ Rode Boom Arm: https://amzn.to/3lnEKCb
✦ Blue Radius II Shock Mount: https://amzn.to/2JoIfea
✦ Blue RPop Filter: https://amzn.to/39rQSiZ
✦ Sony WH1000XM3: https://amzn.to/3moWgHh

Thank you for watching!
#breakpoints #stacktrace #flutter

0:00 Introduction
0:42 Code Execution
1:27 Breakpoints
2:25 Stack Trace
3:10 Examples
5:59 Exceptions