Is there any way to list or otherwise access variables bound in the current functional scope when javascript calls back to C#?
This would be beneficial for people wanting to build an interactive debugger for js running on jurassic. At present we are limited to showing global variables. It would be nice if there was some way to accomplish this for scoped variables as well.
Is there any way to list or otherwise access variables bound in the current functional scope when javascript calls back to C#?
This would be beneficial for people wanting to build an interactive debugger for js running on jurassic. At present we are limited to showing global variables. It would be nice if there was some way to accomplish this for scoped variables as well.