Hi, 

I'm trying to get into the weeds of an algo. 

Since it has to do with Futures, there is more data in the web VS Code than the local VS Code. 

The issue is that I want to open an interactive debugger on web, but can't seem to figure out how. 

The DEBUG Console doesn't seem to open anything. 

Here I show what that LOCAL algorithm lab looks like in debug mode: https://imgur.com/a/gEJQtuQ

And here I show what that WEB algorithm lab looks like in debug mode: https://imgur.com/a/x9guqJG

In the web debugger, how do I open the equivalent of the local debugger so that I can inspect values and interact with them?

 

P.S. This might be a bug because clicked “Debug Console” (seen in the web screenshot) doesn't open anything.