You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are running the code using an API and don't have access to use any interactive shell or terminal to attach a debugger to the code. We will first need to run the code locally on the user's browser using Web Assembly. Look at #19 for more details on that. Once that is done we can attach a debugger and provide a graphical frontend for the user to use it. We will need to integrate it with monaco text editor we are using.
The text was updated successfully, but these errors were encountered:
Try and implement a graphical debugger.
We are running the code using an API and don't have access to use any interactive shell or terminal to attach a debugger to the code. We will first need to run the code locally on the user's browser using Web Assembly. Look at #19 for more details on that. Once that is done we can attach a debugger and provide a graphical frontend for the user to use it. We will need to integrate it with monaco text editor we are using.
The text was updated successfully, but these errors were encountered: