当前位置:网站首页>[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 )
边栏推荐
- [error record] the shutter component reports an error (no directionality widget found. | richtext widgets require a directionality)
- Bottleneck period must see: how can testers who have worked for 3-5 years avoid detours and break through smoothly
- Comment le chef de file gère - t - il l'équipe en cas d'épidémie? Contributions communautaires
- 网络安全-漏洞与木马
- Problems encountered in small program development of dark horse shopping mall
- Hard core observation 547 large neural network may be beginning to become aware?
- Anna: Beibei, can you draw?
- One of the C language practical projects is greedy snake
- [North Asia data recovery] data recovery case of raid crash caused by hard disk disconnection during data synchronization of hot spare disk of RAID5 disk array
- 网络安全-破解系统密码
猜你喜欢

"Jetpack - livedata parsing"

Bottleneck period must see: how can testers who have worked for 3-5 years avoid detours and break through smoothly

Custom components, using NPM packages, global data sharing, subcontracting

Summary of interval knowledge

Vant implements a simple login registration module and a personal user center

Niuniu's ball guessing game (dynamic planning + prefix influence)

STM32 - GPIO input / output mode

技术大佬准备就绪,话题C位由你决定

STM32 - switch of relay control lamp
![[data mining] task 1: distance calculation](/img/72/a63cdfe32a7c438acf48a069d9bba1.png)
[data mining] task 1: distance calculation
随机推荐
Button button adaptive size of wechat applet
[shutter] animation animation (animatedbuilder animation use process | create animation controller | create animation | create components for animation | associate animation with components | animatio
Network security - cracking system passwords
浏览器是如何对页面进行渲染的呢?
[untitled]
[error record] the shutter component reports an error (no directionality widget found. | richtext widgets require a directionality)
网络安全-浅谈安全威胁
Answers to ten questions about automated testing software testers must see
Network security - virus
查询商品案例-页面渲染数据
In the face of difficult SQL requirements, HQL is not afraid
7-25 read numbers (loop switch)
Some functions of applet development
小程序開發的部分功能
PS去除水印详解
Processing of tree structure data
¢ growth path and experience sharing of getting an offer
Learn BeanShell before you dare to say you know JMeter
网络安全-动态路由协议RIP
One of the C language practical projects is greedy snake