DIVAEclipsePlugin

From OO Lab
Revision as of 12:26, 16 July 2014 by Rickychien (Talk | contribs)

Jump to: navigation, search

Contents

Introduction

This tool is a plug-in tool which interacts with xDIVA on Eclipse while debugging.

Users can visualize a specified variable on xDIVA.

Download

Checkout the xdiva from git

git clone git@oolab.csie.ncu.edu.tw:xdiva

EclipsePlugin folder is under the directory

You will get a visualize_1.0.0.xxxxxx.jar file; it's the installation file.

Installation

  1. Move the installation file (.jar) to the folder \plugins under your Eclipse installation directory.
    • (For example: C:\eclipse\plugins)
  2. Restart Eclipse, you can see the visualize icon in your Eclipse.
    EclipseVisualizeIcon.png

Compilation Guide

  1. Open Eclipse RCP, go to File -> Import.
  2. Select "General" -> "Existing Projects into Workspace", then click "Next".
    EclipseImportExistingProject.png
  3. Click the "Browse" button right behind "Select root directory" and navigate the folder selection dialog to the visualize
    EclipseImportProjectSelectRootDir.png
    EclipsePluginFolder.png
  4. Make sure all sub-projects are selected then click "Finish".

Reference

Personal tools