当前位置:网站首页>[shutter] shutter debugging (debugging control related functions | breakpoint management | code operation control)
[shutter] shutter debugging (debugging control related functions | breakpoint management | code operation control)
2022-07-03 01:55:00 【Programmer community】
List of articles
- One 、 Commissioning control related functions
- Two 、 Breakpoint management
- 3、 ... and 、 Code operation control
- Four 、 Related resources
One 、 Commissioning control related functions
" Return ‘main.dart’ " Rerun the project ;
" Stop ‘main.dart’ " Stop debugging ;
" Resume Program " Continue running the program to the next breakpoint ;
Two 、 Breakpoint management
" View Breakpoints " By clicking the button , You can pop up Breakpoints Dialog box to manage all current breakpoints ;
stay Breakpoints In the dialog box, you can choose not to enable these breakpoints , When unchecked , Breakpoints still exist , It just doesn't work , It also turns into a hollow circle on the display ;
" Mute Breakpoints " After clicking , All breakpoints fail , Breakpoints turn gray ;
3、 ... and 、 Code operation control
" Step Over " Step through a line of code ;
" Step Into " Jump inside the method ;
" Force Step Into " Force jump into method ;
" Step Out " Call out method ;
" Run to Cursor " Run to cursor position , Place the cursor in one place , Click this button , The code will run to the current cursor position , And suspend ;
" Flutter Hot Reload " In the course of debugging , Modified some code , Want to check the effect immediately , Click this button after modification , You can immediately deploy and enter the debugging state , The project does not run again ;
" Flutter Hot Restart" In the course of debugging , Modified some code , If the code changes a lot , You need to click this button to re run and debug the project ;
Four 、 Related resources
Reference material :
- Flutter Official website : https://flutter.dev/
- Flutter Plug in download address : https://pub.dev/packages
- Flutter Developing documents : https://flutter.cn/docs ( Strongly recommend )
- official GitHub Address : https://github.com/flutter
- Flutter The Chinese community : https://flutter.cn/
- Flutter Practical tutorial : https://flutter.cn/docs/cookbook
- Flutter CodeLab : https://codelabs.flutter-io.cn/
- Dart Chinese document : https://dart.cn/
- Dart Developer website : https://api.dart.dev/
- Flutter Chinese net : https://flutterchina.club/ , http://flutter.axuer.com/docs/
- Flutter Related issues : https://flutterchina.club/faq/ ( It is recommended to watch it at the introductory stage )
- GitHub Upper Flutter Open source examples : https://download.csdn.net/download/han1202012/15989510
- Flutter Practical e-books : https://book.flutterchina.club/chapter1/
Important topics :
- Flutter Animation reference documentation : https://flutterchina.club/animations/
Blog source download :
GitHub Address : https://github.com/han1202012/flutter_animation ( Keep updating with the progress of the blog , There may not be the source code of this blog )
Blog source snapshot : https://download.csdn.net/download/han1202012/16245277 ( The source code snapshot of this blog , You can find the source code of this blog )
边栏推荐
- [data mining] task 1: distance calculation
- In 2022, 95% of the three most common misunderstandings in software testing were recruited. Are you that 5%?
- 树形结构数据的处理
- A 30-year-old software tester, who has been unemployed for 4 months, is confused and doesn't know what to do?
- Vant implements a simple login registration module and a personal user center
- Bottleneck period must see: how can testers who have worked for 3-5 years avoid detours and break through smoothly
- How to refresh the opening amount of Oracle ERP
- STM32 - GPIO input / output mode
- Performance test | script template sorting, tool sorting and result analysis
- ByteDance data Lake integration practice based on Hudi
猜你喜欢
STM32 - introduction of external interrupts exti and NVIC
In 2022, 95% of the three most common misunderstandings in software testing were recruited. Are you that 5%?
What are the differences between software testers with a monthly salary of 7K and 25K? Leaders look up to you when they master it
[QT] encapsulation of custom controls
机器学习笔记(持续更新中。。。)
[data mining] task 4:20newsgroups clustering
How is the mask effect achieved in the LPL ban/pick selection stage?
STM32 - Application of external interrupt induction lamp
Hard core observation 547 large neural network may be beginning to become aware?
Button button adaptive size of wechat applet
随机推荐
2022 financial product revenue ranking
网络安全-密码破解
自定义组件、使用npm包、全局数据共享、分包
[Appendix 6 Application of reflection] Application of reflection: dynamic agent
[untitled]
技术大佬准备就绪,话题C位由你决定
Redis:Redis的简单使用
File class (add / delete)
NCTF 2018 part Title WP (1)
Button button adaptive size of wechat applet
【Camera专题】手把手撸一份驱动 到 点亮Camera
Network security - DNS spoofing and phishing websites
Everything文件搜索工具
2022-02-15 reading the meta module inspiration of the influxdb cluster
机器学习笔记(持续更新中。。。)
Network security - man in the middle attack
Comment le chef de file gère - t - il l'équipe en cas d'épidémie? Contributions communautaires
[leetcode] 797 and 1189 (basis of graph theory)
[AUTOSAR cantp] -2.11-uds diagnostic response frame data segment data padding data filling and data optimization data optimization (Theory + configuration)
[data mining] task 6: DBSCAN clustering