gnl / re-frame-tracer

Custom ClojureScript tracer for Clairvoyant (forked)

Home Page:https://clojars.org/gnl/re-frame-tracer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

re-frame-tracer

This is a custom tracer for Clairvoyant

This tracer is designed to work well with cljs-devtools

Usage

Add (my private fork of) Clairvoyant to your project :dependencies.

Clojars Project

Add re-frame-tracer to your project :dependencies.

Clojars Project

Add the following to your requires clause

[clairvoyant.core :refer-macros [trace-forms]]
[re-frame-tracer.core :refer [tracer]]

If you want to wrap your code in a green colour

(trace-forms {:tracer (tracer :color "green")}
;; your code here
)

About

Custom ClojureScript tracer for Clairvoyant (forked)

https://clojars.org/gnl/re-frame-tracer


Languages

Language:Clojure 100.0%