{"id":32166531,"url":"https://github.com/strobe-audio/probe","last_synced_at":"2026-02-23T05:01:41.881Z","repository":{"id":57536574,"uuid":"96335911","full_name":"strobe-audio/probe","owner":"strobe-audio","description":null,"archived":false,"fork":false,"pushed_at":"2017-07-05T15:57:02.000Z","size":38,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T15:09:31.483Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strobe-audio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-05T15:46:27.000Z","updated_at":"2020-01-12T20:55:49.000Z","dependencies_parsed_at":"2022-08-29T00:40:29.744Z","dependency_job_id":null,"html_url":"https://github.com/strobe-audio/probe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/strobe-audio/probe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strobe-audio%2Fprobe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strobe-audio%2Fprobe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strobe-audio%2Fprobe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strobe-audio%2Fprobe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strobe-audio","download_url":"https://codeload.github.com/strobe-audio/probe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strobe-audio%2Fprobe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29738083,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T04:51:08.365Z","status":"ssl_error","status_checked_at":"2026-02-23T04:49:15.865Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-21T15:06:43.524Z","updated_at":"2026-02-23T05:01:41.863Z","avatar_url":"https://github.com/strobe-audio.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Probe\n\nTired of the output from 10,000 `IO.inspect` statements cluttering your terminal?\n\nPower you debugging with Probe!\n\n```elixir\n\ndefmodule BugFest do\n  require Probe#, as: P\n\n  def do_something_badly(with_args) do\n    case with_args |\u003e munge() |\u003e Probe.i do\n      :one -\u003e true\n      :two -\u003e false\n    end |\u003e Probe.green(:do_something_badly)\n  end\n\n  def munge(args) when is_list(args) do\n    :one\n  end\n  def munge(args) do\n    :two\n  end\nend\n\nBugFest.do_something_badly([:right, :then, :now])\n munge(with_args)  :one\n :do_something_bady  true\n:one\n\n```\n\nAll of the convenience of `IO.inspect` with none of the confusion.\n\nPlus, **colours**.\n\n![Example output](./output.png)\n\n## Disabling in Production\n\nIf you carry the shame of your debugging into production then you can at least\nreduce the impact of your incompetence by disabling Probe completely.\n\nJust add\n\n```elixir\nconfig :probe, disabled: true\n```\n\ninto `config/prod.exs` to not only disable the logging output but also (since\nProbe uses macros) completely remove the debugging code from your apps. (You\nmay need to provoke a re-compilation of your app to see the change appear.)\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be\ninstalled by adding `probe` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:probe, \"~\u003e 1.0.0\"}]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/probe](https://hexdocs.pm/probe).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrobe-audio%2Fprobe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrobe-audio%2Fprobe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrobe-audio%2Fprobe/lists"}