Beginning Flutter Debugging

Jan 18 2022 · Dart 2.14, Flutter 2.5, VS Code 1.62 OR Android Studio

Part 1: Beginning Flutter Debugging

02. Work with Breakpoints

Episode complete

Play next episode

Next
About this episode
Leave a rating/review
See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 01. Understand Debugging Next episode: 03. Inspect Variables

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

Visual Studio code offers us with a great in-built debugger that helps us debug our Flutter apps. One of this tool is the “Breakpoint.” When code is executed, they run pretty fast. If there is an error we’re are trying to fix, thinking at the same speed of a program’s execution would be impossible. And that’s where breakpoints comes in.

_counter == 5