VisualPoint Tutorials

From OO Lab
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
==Steps==
+
==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.

  1. getting started from opening the bubble.sln
  2. run
  3. hit loop中的中斷點
  4. 開啟visualpoint
  5. 選擇capture mode
  6. 按右邊視覺化變數 (Ex.矩陣、變數)
  7. 拉mapping
  8. 存檔MDS
  9. 選replay mode
  10. 進MDS畫面
  11. load剛剛存好的MDS檔
  12. 選擇hit速度 (Step Over、6秒、4秒、2秒)
  13. 觀看變化


See also

Visual Studio Visualization Addin 說明文件.pptx
Visualpoint使用範例與架構說明.pptx
Personal tools