当前位置:网站首页>[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 )
边栏推荐
- File class (add / delete)
- Bottleneck period must see: how can testers who have worked for 3-5 years avoid detours and break through smoothly
- Summary of interval knowledge
- Asian Games countdown! AI target detection helps host the Asian Games!
- The testing process that software testers should know
- Smart management of Green Cities: Digital twin underground integrated pipe gallery platform
- 网络安全-浅谈安全威胁
- C application interface development foundation - form control (1) - form form
- Where is the future of test engineers? Confused to see
- Niuniu's ball guessing game (dynamic planning + prefix influence)
猜你喜欢

Smart management of Green Cities: Digital twin underground integrated pipe gallery platform

In 2022, 95% of the three most common misunderstandings in software testing were recruited. Are you that 5%?

STM32 - GPIO input / output mode

Anna: Beibei, can you draw?

树形结构数据的处理
![[Appendix 6 Application of reflection] Application of reflection: dynamic agent](/img/e7/0ee42902b178b13e9a41385267e7b6.jpg)
[Appendix 6 Application of reflection] Application of reflection: dynamic agent

The testing process that software testers should know

"Jetpack - livedata parsing"

Performance test | script template sorting, tool sorting and result analysis

Query product cases - page rendering data
随机推荐
Some functions of applet development
浏览器是如何对页面进行渲染的呢?
网络安全-openvas
网络安全-信息收集
Network security OpenVAS
In 2022, 95% of the three most common misunderstandings in software testing were recruited. Are you that 5%?
函数的定义和调用、this、严格模式、高阶函数、闭包、递归
可視化yolov5格式數據集(labelme json文件)
全链路数字化转型下,零售企业如何打开第二增长曲线
Network security - virus
Hard core observation 547 large neural network may be beginning to become aware?
Types of map key and object key
[data mining] task 1: distance calculation
【数据挖掘】任务3:决策树分类
Network security - man in the middle attack
查询商品案例-页面渲染数据
2022-02-15 reading the meta module inspiration of the influxdb cluster
网络安全-钓鱼
PS remove watermark details
Function definition and call, this, strict mode, higher-order function, closure, recursion