Sept. 25, 07. jGrasp.org jGrasp.org An Integrated Development Environment with Visualizations for...

Preview:

Citation preview

Sept. 25, 07

jGrasp.org An Integrated Development

Environment with Visualizations for Improving Software Comprehensibility

jGRASP is a lightweight development environment, created specifically to provide automatic generation of software visualizations to improve the comprehensibility of software. jGRASP is implemented in Java, and runs on all platforms with a Java Virtual Machine

9/25/2007J. Beidler

2

Tutorials (PDF)

OverviewInstallationGetting StartedObjects FirstProjectsUMLWorkbenchDebugger CSDViewers

9/25/2007J. Beidler

3

Write code, make sure it will compile. Insert breakpoint (at least one red dot). Run the red bug. Step through the program.

9/25/2007J. Beidler

4

9/25/2007J. Beidler

5

9/25/2007J. Beidler

6

9/25/2007J. Beidler

7

9/25/2007J. Beidler

8

9/25/2007J. Beidler

9

9/25/2007J. Beidler

10

9/25/2007J. Beidler

11

Recognizes Arrays Lists Trees

9/25/2007J. Beidler

12

Start with compilable code Start the debugger Wait for a structure to appear Click and drag Continue with the debugger

9/25/2007J. Beidler

13

Recommended