Fulcro Inspect Versions Save

A tool for inspecting and debugging Fulcro applications during development.

1.0.21

3 years ago

This is a legacy binary for the old version of Chrome Inspect that supports Fulcro versions prior to 3.4. To Install it:

  • Unzip the file into a new folder
  • Go to chrome's about:extensions URL and REMOVE the Inspect that is installed
  • Turn on developer mode (a toggle in the corner of about:extensions)
  • Click on Load Unpacked and point at the extracted directory

electron-3.0.0-RC2

3 years ago

***REQUIRES Fulcro 3.4.0-SNAPSHOT+ ***

The electron version of the re-vamped Fulcro Inspect

  • Improved (but incompatible with older versions) db sync protocol. Lower dev-time overhead, and should fix bugs where db goes blank
  • Improved EQL tab: mutations run correctly, and supports tagged readers for custom types
  • Custom type support (see custom types in book)
  • Added element picker tab

chrome-3.0.0-RC1

3 years ago

Chrome extension that can be installed in developer mode.


This version of inspect is required for Fulcro 3.4.0 and above, but has not been released to the store as of 9/26.


This version of inspect improves the db sync protocol, the EQL tab, adds support for arbitrary transit types (as long as your client can encode them).

To install this in Chrome:

  1. Make an empty folder somewhere where you can leave the extension extracted (i.e. mkdir ~/inspect-chrome)
  2. Unzip the file there (i.e. cd ~/inspect-chrome; unzip ~/Downloads/fulcro-inspect-chrome-3.0.0.zip)
  3. Open Chrome and go to about:extensions. UNINSTALL the store version.
  4. Turn on Developer Mode (toggle in upper corner)
  5. Press the Load Unpacked, and point it to your directory (i.e. ~/inspect-chrome)

The new version of inspect will not work with Fulcro versions prior to 3.4, so you may want to leave your chrome extension on the old version, and use the Electron inspect via websockets for newer apps.

2.3.5

3 years ago

fixed a bug that was crashing db viewer

2.3.4

3 years ago

Bugfix release fixes problem with missing css

2.3.3

3 years ago

This release includes the ability for inspect to communicate logged messages through to Inspect Electron, so that debugging on a real device (where it is hard to access the logs) is easier.

2.3.2

3 years ago

Adds support for transit bigdecimals in the query tab. See 2.3.3. Binaries from this release were mis-marked.

2.3.1

4 years ago

Mainly some UI cleanups and css changes.

2.3.0

4 years ago

This release cleans up the UI and functionality, and finally includes a way to consistently set the websocket port from the UI (even if no app is connected).

The client connect/disconnect logic is better, and there is no longer an exponential backoff on client connecting to inspect tool, since that is silly for that application.

These should be used with Fulcro 3.1.6 or better.

2.3.0-RC2

4 years ago

These binaries require you use Fulcro 3.1.5 with the websocket-preload.

Several improvements:

  • Proper tracking of client connect/disconnect
  • Watch button on db-explorer takes you to db tab with watch added
  • keyword sorting fixed
  • db update failures send an update request to try to recover