https://github.com/hisano/jazcode
JazCode - Print Debug Tools for Java
https://github.com/hisano/jazcode
Last synced: 3 months ago
JSON representation
JazCode - Print Debug Tools for Java
- Host: GitHub
- URL: https://github.com/hisano/jazcode
- Owner: hisano
- License: apache-2.0
- Created: 2017-05-26T21:36:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-22T23:04:01.000Z (almost 8 years ago)
- Last Synced: 2025-01-07T06:14:42.520Z (5 months ago)
- Language: Java
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# JazCode
Print debug tools in conditional breakpoints for Java applications.
## Usage
To use, add conditonal breakpoints with code using JazCode classes.
```java
jaz.Jaz.table("loop").timeColumn().locationColumn().columns(i, i * i).skipBreakpoint()
```
After starting a debugger, JazCode opens a window for print debug automatically.

## Setup
Add the latest Maven dependency to your project.
```
jitpack.io
https://jitpack.io
```
```
com.github.hisano
jazcode
1.0.0```
## Advantages
- Simple API
- Row Filtering
- Row Bookmarking
- Row Coloring
- Image Support