A few ideas/questions?
Opened this issue · 1 comments
Zingam commented
- What will it take to enable debugging/remote debugging? Is that a feasible feature to implement: remote debugging from within VSCode?
- Use CMake to build and deploy from within VSCode.
- Add support /examples for other languages C++/Rust, which should be basically the same as for C I guess.
- Implement and use some standard libc-like, etc. functions, instead of a custom api.
- A most simple command line/interpreter/programming language to facilitate the OS features.
davidcallanan commented
Thanks for your questions/suggestions.
- Re: remote debugging - I don't use C much so unfortunately I don't know any of the tooling for debugging.
- Re: CMake - How does the current build script not let you build from within VS Code?
- Re: C++/Rust - I don't think I will be doing that in this series.
- Re: standard library - Perhaps.
- Re: command line/language - Perhaps