-
-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding debugger for languages? #167
Comments
I was trying to understand how this website does it but i noticed that no http/websockets calls that go when i run/debug the code. Does this mean its just compiling every language to javascript and just executing it on browser? |
See #168, just FYI. That said, let me see what I can do about answering your questions.
I'm not 100% sure how the debugger integration works, it's possible that the buttons are literally just sending words like |
PS: Awesome project! |
Yeah, if you want to have a good time, rather than starting from the mess I have made in Riju, you might want to actually take https://github.com/radian-software/python-in-a-box as a starting point. |
(Same underlying technology but way simpler because it does not attempt to do everything.) |
This is really easy to understand. Thanks! |
Hi, Reference loom: https://www.loom.com/share/0f0d65d0087b46babfc8f1e1c03515ae Minor change:
Idea:
Trying to replicate pycharm's debug functionality, but faced a few issues right off the bat:
|
Hi,
How hard/compilcated do you think it is to add a debugger option like this. ?
I went through the roadmap but didn't see any plans of adding debugger and was thinking if maybe I can help with it, but I am unsure on how one would go about it?
Any ideas?
The text was updated successfully, but these errors were encountered: