To enable and run Composer in debug mode for a more detailed analysis of its operations, carefully follow these step-by-step instructions provided below.
- Completely close Composer if already open
- Go to Composer's install location (mine is at C:\Users{username}\AppData\Local\Programs\Bot Framework Composer)
- Open a terminal in that directory (On Windows, CMD terminal seems to work best)
- run
set DEBUG=composer* - In that same terminal after step 4, run the Composer executable from the terminal.
- Ex: in Windows command prompt: run
"Bot Framework Composer.exe"