Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marciol/inspector
A simple tool to manage inspect debugger
https://github.com/marciol/inspector
Last synced: 2 months ago
JSON representation
A simple tool to manage inspect debugger
- Host: GitHub
- URL: https://github.com/marciol/inspector
- Owner: marciol
- License: mit
- Created: 2021-09-17T17:49:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-25T20:47:47.000Z (over 3 years ago)
- Last Synced: 2024-10-08T02:07:49.693Z (3 months ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-elixir - inspector - A simple one-line module that allows a more friendly debugging experience. (Debugging)
- awesome-elixir - inspector - A simple one-line module that allows a more friendly debugging experience. (Debugging)
README
Docs available on [https://hexdocs.pm/inspector](https://hexdocs.pm/inspector).
# Inspector
A simple module that allows a more friendly debugging experience
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `inspector` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:inspector, "~> 0.1.0"}
]
end
```## TODO
- [] Make it less verbose, providing an module alias that allows something like: `use I; i`
- [] Make it emmit a warning if used in production builds