# Is there a way to have a Variable Explorer in Julia?

**URL:** https://discourse.julialang.org/t/is-there-a-way-to-have-a-variable-explorer-in-julia/76891
**Category:** New to Julia
**Tags:** question
**Created:** [February 22, 2022, 8:57am UTC](https://discourse.julialang.org/t/is-there-a-way-to-have-a-variable-explorer-in-julia/76891 "2022-02-22T08:57:29Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [February 22, 2022, 2:19pm UTC](https://discourse.julialang.org/t/is-there-a-way-to-have-a-variable-explorer-in-julia/76891/8 "2022-02-22T14:19:40Z")

</div>

Eyeball.jl might’ve been the other one:

> [@\[ANN\] Eyeball.jl: An interactive object viewer](https://discourse.julialang.org/t/ann-eyeball-jl-an-interactive-object-viewer/74027):
>
> [https://github.com/tshort/Eyeball.jl](https://github.com/tshort/Eyeball.jl) This was a fun hack over the holidays. This provides eye for interactively viewing objects in the REPL. Use it when you might use dump or varinfo. Browse modules, type trees, expressions, or other complex objects. Use arrow keys to expand subobjects and hit enter to select and return the item. Toggle between showing properties and fields (f). Show documentation (d). Show methodswith on objects (m). Here’s a demo: [eyeball-jl]

---

_[View the full topic](https://discourse.julialang.org/t/is-there-a-way-to-have-a-variable-explorer-in-julia/76891)._
