All Projects → kraklin → elm-debug-extension

kraklin / elm-debug-extension

Licence: MIT license
This web browser extension transforms the Elm's Debug.log output to be more readable.

Programming Languages

elm
856 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to elm-debug-extension

Procdump For Linux
A Linux version of the ProcDump Sysinternals tool
Stars: ✭ 2,507 (+7734.38%)
Mutual labels:  debugging-tool
arm-hard-fault-handler
What to do when Hard fault hits? Debugger and error reporter solution for ARM Cortex M3 and M4.
Stars: ✭ 32 (+0%)
Mutual labels:  debugging-tool
dwarf import
This loads DWARF info from an open binary and propagates function names, arguments, and type info
Stars: ✭ 18 (-43.75%)
Mutual labels:  debugging-tool
Icecream
🍦 Never use print() to debug again.
Stars: ✭ 5,601 (+17403.13%)
Mutual labels:  debugging-tool
DbgChild
Debug Child Process Tool (auto attach)
Stars: ✭ 221 (+590.63%)
Mutual labels:  debugging-tool
flutter ume
UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance
Stars: ✭ 1,792 (+5500%)
Mutual labels:  debugging-tool
Apitrace
Tools for tracing OpenGL, Direct3D, and other graphics APIs
Stars: ✭ 2,198 (+6768.75%)
Mutual labels:  debugging-tool
gfr
Graphics Flight Recorder (GFR) is a Vulkan layer to help trackdown and identify the cause of GPU hangs and crashes.
Stars: ✭ 49 (+53.13%)
Mutual labels:  debugging-tool
into-curl
Print clj-http as a curl.
Stars: ✭ 17 (-46.87%)
Mutual labels:  debugging-tool
emacs-inspector
Inspection tool for Emacs Lisp objects.
Stars: ✭ 71 (+121.88%)
Mutual labels:  debugging-tool
Bugsnag Ruby
Bugsnag error monitoring & reporting software for rails, sinatra, rack and ruby
Stars: ✭ 211 (+559.38%)
Mutual labels:  debugging-tool
Icecream Cpp
🍦 Never use cout/printf to debug again
Stars: ✭ 225 (+603.13%)
Mutual labels:  debugging-tool
bugsnag-java
Bugsnag error reporting for Java.
Stars: ✭ 51 (+59.38%)
Mutual labels:  debugging-tool
Androidgodeye
An app performance monitor(APM) , like "Android Studio profiler", you can easily monitor the performance of your app real time in browser
Stars: ✭ 2,430 (+7493.75%)
Mutual labels:  debugging-tool
ducky
Chrome extension to overlay a (super adorable) rubber duck, as a virtual companion during rubber duck debugging.
Stars: ✭ 80 (+150%)
Mutual labels:  debugging-tool
Devtools Playground
Standalone Devtools for prototyping & debugging
Stars: ✭ 190 (+493.75%)
Mutual labels:  debugging-tool
ifto
A simple debugging module for AWS Lambda (λ) timeout
Stars: ✭ 72 (+125%)
Mutual labels:  debugging-tool
poireau
Poireau: a sampling allocation debugger
Stars: ✭ 76 (+137.5%)
Mutual labels:  debugging-tool
Specter
Super simple debugging for PocketMine.
Stars: ✭ 73 (+128.13%)
Mutual labels:  debugging-tool
bugsnag-vue
[DEPRECATED] This package now lives within the monorepo for our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 26 (-18.75%)
Mutual labels:  debugging-tool

Elm debug extension

Browser extension, that is making your elm Debug.log output much easier to work with.

❤️ Love it? ⭐️ Star it.


Features

  • Transforms Debug.log string from Elm into collapsible object in browser console
  • Optionally uses Custom Formatter for Chrome-based browsers for better visualisation

Browser Support

Chrome Firefox Opera Edge Brave vivaldi
49 & later 52 & later 36 & later 79 & later Latest Latest

Development

  • yarn install to install dependencies.

  • To watch file changes in developement

    • Chrome
      • yarn run dev:chrome
    • Firefox
      • yarn run dev:firefox
    • Opera
      • yarn run dev:opera
  • Load extension in browser

  • Chrome

    • Go to the browser address bar and type chrome://extensions
    • Check the Developer Mode button to enable it.
    • Click on the Load Unpacked Extension… button.
    • Select your extension’s extracted directory.
  • Firefox

    • Load the Add-on via about:debugging as temporary Add-on.
    • Choose the manifest.json file in the extracted directory
  • Opera

    • Load the extension via opera:extensions
    • Check the Developer Mode and load as unpacked from extension’s extracted directory.

Bugs

Please file an issue here for bugs, missing documentation, or unexpected behavior.

Kudos

Built on top of awesome web-extension-starter by Abhijith Vijayan

License

MIT © Tomas Latal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].