Easy Debugging with Breakpoints and Stack Trace

preview_player
Показать описание
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.

Connect With Me

I also do lots of Investing

My Top 5 Books:

Youtube Gear

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
Рекомендации по теме
Комментарии
Автор

Hi Tadas, just discovered your channel a couple of days ago and I have been binge watching your flutter videos. Great work man! I started out with the Flutter testing videos. Everything I have seen so far is so to the point and delivered with clarity. Awesome job! 🎉

zeeshanhamdani
Автор

Debugging using breakpoints is what most coders don't know nowadays. Thanks for this Tadas.

PrateekAher
Автор

Thanks to you, I can now properly debug code. ✍🙏✅

samuelnjau
Автор

This is what I was looking for! thanks for all of your unique contents like testing flutter app debugging, architecture, folder structure, and more... this are quality contents that could get you to make a production ready app than those written every thing inside of widgets.

andenetalexander
Автор

Wow thank you for this video, Tadas! I don't know Flutter at all, but I was still able to follow through the main debugging concepts of breakpoints and stack trace. Explained in a very easy-to-understand way, cheers!!! 🙏

anniebombanie
Автор

didn't watch the video yet but just came to leave a like cus you know, that like button had to be smasked A-S-A-P haha

Lensbreak
Автор

Awesome video @tadas Today i am going to use callstack to find a bug in RTCVideoRenderer

bilalrabbi
Автор

Thank you, your videos are helping me a lot.

StarEducation-bhrs
Автор

Good one Tadas, Anyway to check/filter only the variables and call stack of our own package(not the flutter package) in VSCode?

vinothvino
Автор

im a new player and i have no clue where this is, can I have the location?

nagolhtims
Автор

Constructive feedback: Your intro and transition animation's volume is much higher than your voice's volume which makes the video little uncomfortable for headphone users.
Other than that great video as always :)

danieldey
Автор

Very helpful, thank you!
Could you tell me what VSCode theme you use in this video, please?

Aalii
Автор

Please make a video about proformance improvement for iOS because it's so janky because of metal.

rawquesh
Автор

Thx very nice video. For me it was new. Wouw 🙏

stefaandeconinck
Автор

Great video... can u please make video on integration test using integration_test package...like advanced scroll, tapping drop down etc

arunkenjila
Автор

.nextBool does not give you "a zero or a one". It gives you a "false" or a "true". For all we know or care, they could be implemented with 1 and -1 internally. This isn't JavaScript!

RandalLSchwartz