microsoft / BotFramework-Emulator

A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.
https://aka.ms/botemulator
MIT License
1.81k stars 753 forks source link

HTML view instead of JSON in the Debug Panel #1854

Open blueboxes opened 5 years ago

blueboxes commented 5 years ago

Feature Request Problem When the bot fails to start up and send 500 html page (default for asp.net) rather than JSON it is hard to read as it is rendered as JSON.

html

Describe the solution you'd like Understand it is html and display it in an embedded browser.

Describe alternatives you've considered Could have tabs for HTML and JSON views

[enhancement]

tsuwandy commented 5 years ago

@cwhitten, who should look into this? shall we file bug?

cwhitten commented 5 years ago

hey @blueboxes - great suggestion! we'll take this ask and prioritize it against our backlog.

given staffing constraints and existing roadmap for the Emulator, it is unlikely that we will get something in to a stable release of the Emulator before the end of the calendar year.

cwhitten commented 3 years ago

Update: still no ETA to support this issue -- community contributions accepted!

OEvgeny commented 6 months ago

Seems redundant for a single use-case showing the server error.

Adding a Raw field might be a better idea