-
Notifications
You must be signed in to change notification settings - Fork 29
Home
Dylan Halperin edited this page Apr 24, 2014
·
18 revisions
The short version: Code Pulse is a code coverage tool that works by watching Java applications run, and showing you what those programs do, when they do it.
The slightly longer version: When you want to know what your Java-based application is doing, Code Pulse runs alongside that program, monitoring the methods it calls. Code Pulse keeps track of which methods were called (code coverage) and displays them to you visually, updating as new methods are called. It's code coverage in real time!
The short version:
- Install Code Pulse
- Run Code Pulse
- Create a project in Code Pulse
- Connect your Java application to the project you created
- Watch as Code Pulse traces your application
The slightly longer version:
From zero to hero, the Quick Start Guide walks you through a real-world example of how to use Code Pulse.
The even longer version:
For a more detailed view into how to use Code Pulse, consult these pages:
- Installation - helps you get Code Pulse running on your computer.
- Creating Projects - tells you how to make a project for your application
- Sharing Projects - tells you how to share your project with a friend or coworker, or how to use a project that they shared with you!
- Managing Projects - tells you how to navigate between projects, among other things
- Exploring Projects - explains what Code Pulse can tell you about your projects
- Agent Configuration - helps you make your Java application work with Code Pulse
- Tracing Projects - shows you how to trace your projects, and what happens while tracing