An open API service indexing awesome lists of open source software.

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

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()
```

![Breakpoint](./screenshots/breakpoint.png)

After starting a debugger, JazCode opens a window for print debug automatically.

![Window](./screenshots/window.png)

## 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