marionette.inspector icon indicating copy to clipboard operation
marionette.inspector copied to clipboard

:mag: Marionette Inspector - Explore your App

Results 56 marionette.inspector issues
Sort by recently updated
recently updated
newest added

Hello, I'm getting the following error when trying to use marionette inspector on an app running marionette version `2.4.4` - ![2020-03-04_14-35-19](https://user-images.githubusercontent.com/8137882/75929493-9122cf80-5e25-11ea-9ae2-9daa5e5c0fd3.png)

Upgrades inspector code to use Marionette v4 Still wip because there's no v4 release in bower. Otherwise working fine

https://github.com/marionettejs/marionette.inspector/commit/8b35f9d5cf1626331243044d01a421095dd94891 overrode some of the fixes committed in https://github.com/marionettejs/marionette.inspector/commit/e869f18d13c636cd5d513cf30a189e38b1431f31

Currently is not possible to inspect Application instance(s). In the agent side is easy to detect the instance. The challenge is where to display the info (Data panel?)

When you refresh the page with the inspector, there's a second refresh

I'm receiving the following warning in the inspector: `Rendered Aggressively` I can't seem to find any documentation on what this means and how to correct it. Is there a list...

Currently, the Inspector will not start given a local file URL. Ember Inspector does work locally; so should the Inspector.

enhancement

### overview Adding a cool activity pane visualization like a flame chart or timesheet would be the best contribution if you're looking for cred! ![](http://www.html5rocks.com/en/tutorials/developertools/revolutions2013/flame-chart-2.png) one idea: http://sbstjn.github.io/timesheet.js/ ### Steps...

enhancement

https://www.dropbox.com/s/02x6yaek64he3k3/Screenshot%202015-06-29%2014.05.21.jpg?dl=0

help wanted

As per some discussion over in https://github.com/marionettejs/backbone.radio/issues/136#issuecomment-101758181, it is a perfectly valid use-case to do `new Radio.Channel`, which does not expose the channel on the global `_channels` (really want some...