Skip to content

Commit

Permalink
Add link to cider inspector in evaluation section from debugging
Browse files Browse the repository at this point in the history
Inspecting values is a simple form of debugging and very useful for drilling
down into data structures in Clojure.

As the inspector has already been covered in the evaluating Clojure section, added
a link from this debugging section rather than duplicate content.
  • Loading branch information
practicalli-johnny committed Oct 9, 2018
1 parent 3dbf246 commit cc8092b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debugging/inspect-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
The Clojure layer includes the `cider-inspector`

`, d v` opens the `cider-inspector` on the current symbol, allowing you to traverse its value.

> #### Hint:: Clojure Inspector in more detail
> The `cider-inspector` is covered in more detail in the [Evaluate Clojure > Inspect section](/evaluating-clojure/inspect.html)

0 comments on commit cc8092b

Please sign in to comment.