Dashboard Chrome developer tools stopped working

Curious if anyone else has seen this, have been working on a dashboard that was converted over to Kinetic-Web and testing some changes that I made after.

Developer tools and ctrl-alt-8, ctrl-alt-9 (etc) were working fine, suddenly I can no longer active the logging to the console.

I’ve tried other dashboards, it works fine in those cases,

Looking for any ideas,

Thanks

1 Like

You try closing the browser and starting over?

Yep, exited all of chrome, cleared cache, to no avail

Even tried MS-Edge, no luck,

1 Like

You can type this into the console… CTRL-ALT-8 (I think) was the keyboard shortcut to do this.

epDebug.toggleMetaFxLogging

What did CTRL-ALT-9 do?

Awesome, that worked, anyone know the similiar for ctrl-alt-9 and ctrl-alt-v
(those are the 3 I most commonly use)

What did those commands do?

oh, I see just typing epDebug. in the console window shows context sensitive help, I think I can figure it out from there

ctrl-alt-v is to “show data views”
ctrl-alt-9 is “event service debug logging service”

2 Likes

epDebug.views

Not sure about the other.

I found ctrl-alt-9 is epDebug.toggleCoreLogging

thanks !

1 Like

If you start typing epDebug. into the console, a scrollable list appears of various options:

image

ALSO… if you use the same commands a lot… if you just put your cursor in the consol and hit the up arrow, it scrolls through recently used commands.

I don’t know the keyboard shortcuts because I typed them in once and now just use the arrow to toggle through to the one I want/need and hit “enter”.

2 Likes