Debugging (The Boring Flutter Development Show, Ep. 41)

preview_player
Показать описание
In this episode, Filip and Fitz are back again, this time looking at debugging. Learn some helpful ways to tackle bugs and some tips and tricks.

Resource:

Approximate time stamps:
1:45 Start-ish
2:55 Fitz talks about print debugging
6:00 Filip talks about the logging he added, and transitions to showing the bug we'll be looking at.
9:40 Fitz introduces what a debugger is
12:20 Fitz talks about what a breakpoint is
14:40 Fitz talks about step-into
16:20 Hypothesizing what force-step-into does
18:30 Stack frames
24:00 -ish Conditional breakpoints
27:30 -ish Async/race condition things
30:00 -ish dart debugger
33:00 Fitz asks about assert
39:50 -ish run to cursor
41:00 Code Deleted is code Debugged!" (Aka, we start making code changes)
48:00 bug is verified as fixed!
49:45 end-ish

#Flutter #BoringShow #AppDevelopment
Рекомендации по теме
Комментарии
Автор

Would love to hear your thoughts on Rousselet's riverpod

hojdog
Автор

Can you make an episode about running background services when the app is minimised? Something like a websocket running when the app is paused

irfanbacker
Автор

Hey can u share one blog app tutorial where u add title and all just like blogger app where users can create Blog which will have title and body where we can add images and other basic settings required for blog

omkartambe
Автор

how come Dev tools doesnt have feature like build count per widget, at least dev defined widgets(like in react dev tools component render count). The naming conventions in flame chart(or call tree) is absurd, doesn't show any of my custom painter method lol...(its hard to follow just by seeing call tree of some lower level methods and refer it back to optimize my apps performance).

pradeep
Автор

I sure learned something :) Just a quick question, which macbook are you guys using?

tolaut
Автор

How to balance with videos and books and docs to learn flutter ?

SalmanKhan-qjgy
Автор

flutter with rest_api and flutter_bloc as state management

nepalcodetv
Автор

Hope everyone saw this has fourtune for debug!

_OK
Автор

Hello what is the best state management you recommend fr now ..

himmatrai
Автор

Help debug the ui and layout between screens

politicallynotcorrect
Автор

Next time, tell them to automatically post your position as comments.
lol

daredevil
Автор

Can we make application like Netflix in flutter ?

bhaviklimbani
Автор

It is not that much boring #thisismester

GauravNegiOfficial
Автор

please for the sake of everything, use dark mode my eyes is bleeding PLEASE

KImtOs
Автор

from my flutter ignorance, pycharm with python is better for debugging, what a messy UI

ericklestrange