Debug tool window
Rerun ‘main.dart’
Rerun ‘main.dart’
Show Execution point(Option/alt + F10
)
Show execution points
Step Over(F8
)
To advance to the next line of code (without entering the method)
Step into the line in this file
Step Into(F7
)
To advance to the first line within the method call
Step to the next line executed
Go to the next line of execution
Fore Step Into(Option/Alt + F7
)
Enter the
Step Into, Ignore stepping filters for libraries, constructors, etc.
Step filters into, ignoring libraries, constructors, and so on.
Step Out(Shift + F8
)
To advance to the next line outside the current method
Run to cursor(Option + F9
)
Run to cursor
Run to the line where the caret is
Run to the line where the caret is
evaluate expression (Option + F8
)
Computed expression
Evaluate arbitrary expression Evaluate arbitrary expression
Evaluate Expression Allows you to view the value of all variables in the current class, Evaluate the value of an Expression, and even run a function to get the result. Try typing in a code prompt, such as the summation function we described above, to get the result.
Trace Current Stream Chain
Trace current stream chain
Drop Frame(Flutter)
Drop the frame
Pop the current frame off the stack Pops the current frame off the stack
Flutter hot reload(command + \
)
Thermal overload Flutter
Hot Reload changes into the running Flutter app
Flutter Hot Restart(Shift + Command + \
)
Thermal overload Flutter
Restart the Flutter app
Open DevTools
Open the development tool
Open the Dart development tool
Open Observatory
Open Timeline View Displays the Timeline View
Vertical control button
label | The name | role |
---|---|---|
1. | Rerun android debugger | Start or restart the debugger |
2. | Resume the program (option + Command + R ) |
Run the program to the next breakpoint |
3. | pause program | To pause |
(4) | stop android debugger | Stop the debugger and terminate debugging |
5. | View Breakpoints (Shift + Command + F8 ) |
Open the breakpoint Settings panel, which is the same one you enter from the menu bar Run–> View BreakPoints |
6. | Mute Breakpoints | Temporarily deactivate all breakpoints |
7 | Get Thread dump | Gets information about a process |
today | Restore Layout | Restore the original debugger control panel layout |
Pet-name ruby | Settings | Set what information is displayed during debugging (click to see) |
10 the final three | Fix the window, close the window and view the help |
Set the information to be displayed during debugging
- Show values Inline
- Sort Values Alphabetically
- Unmute Breakpoints on Session Finish
- Enable value renderers
- Hide out-of-scope variables
- Flutter Hot Reload (All Devices)(
Option + Command + \
) - Flutter Hot Restart (ALl Devices)(
Option + Shift + Command + \
)
Vertical middle control button
Previous Frame (Option + Command + up arrow
)
Navigate to the previous matching item Navigate to the previous Occurrence
- New Watch
- Remove Watch
- Move Wathch Up(
Control + up arrow
) - Move Watch Down(
Control + down arrow
) - Duplicate Watch(
Command + D
) - Show watches in variables tab
Other
- Show ToolBar
- Pinned Mode
- Docked Mode
- Floating Mode
- Windowed Mode
- Split Mode
- Remove from Sidebar
- Move to
- Resize
- Project
- Packages
- Project Files
- Production
- Project Source Files
- Project Non-Source Files
- Problems
- Changed Files
- Default Changelist