Beginning Flutter Debugging

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

Part 1: Beginning Flutter Debugging

2. Work with Breakpoints

Episode complete

Play next episode

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

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

Take your career further with a Kodeco Pro subscription. 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.

This video Work with Breakpoints was last updated on Jan 18 2022

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