VisualPoint Tutorials
From OO Lab
(Difference between revisions)
Rickychien (Talk | contribs) |
Rickychien (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | == | + | ==Download Example== |
+ | Download example here [[File:VisualPoint Example.rar]] | ||
+ | |||
+ | |||
+ | ==How to run example== | ||
+ | |||
+ | There are 2 examples in [[File:VisualPoint Example.rar]]. After extracting rar file, you can see: | ||
+ | * bubble - bubble sort example | ||
+ | * AVL2 - AVL Tree example | ||
+ | |||
+ | |||
+ | ===Steps=== | ||
+ | |||
+ | Take bubble for example. | ||
+ | |||
+ | # getting started from opening the bubble.sln | ||
# run | # run | ||
# hit loop中的中斷點 | # hit loop中的中斷點 |
Revision as of 22:45, 12 July 2014
Contents |
Download Example
Download example here File:VisualPoint Example.rar
How to run example
There are 2 examples in File:VisualPoint Example.rar. After extracting rar file, you can see:
- bubble - bubble sort example
- AVL2 - AVL Tree example
Steps
Take bubble for example.
- getting started from opening the bubble.sln
- run
- hit loop中的中斷點
- 開啟visualpoint
- 選擇capture mode
- 按右邊視覺化變數 (Ex.矩陣、變數)
- 拉mapping
- 存檔MDS
- 選replay mode
- 進MDS畫面
- load剛剛存好的MDS檔
- 選擇hit速度 (Step Over、6秒、4秒、2秒)
- 觀看變化