4.7.0
The Bot Inspector Mode is described in my emulator under Help, but I have no option under View to enable the Bot Inspector Mode:

How can I enable that mode as I want to debug Teams using the emulator...
[bug]
@stephanbisser
There's a couple of things you could/might be talking about, so I'll cover both.
The JSON Inspector is a panel within Emulator that allows you to view Activity JSON as well as LUIS and QnA Maker data.
You don't need to enable it. You just need to click on what you want to inspect after connecting with the bot:

I think this may be what you're actually looking for. It allows you to inspect bot state as well as all activity flow. Follow the docs to add it to your bot.
If you want to test it quickly:



@mdrichardson the second option is what I might be looking for. But I actually want to use the emulator to inspect the bot which is served through Teams and I see this in my emulator under help:

is the 2nd option you described the same as this?
@stephanbisser Yep, that's the second option!
Great thanks for the information, issue can be closed!