CodeMirror supports compiler functionality ??

I want to develop an online editor which support the below compiler features:

  1. C/C++ programming
  2. Runtime syntax check
  3. Debug Mode
  4. Breakpoints
  5. Variable watching
  6. Step-in / Step-out

I am really stuck with this requirement, If CodeMirror does not support then please tell me a feasible solution to achieve it.

No, CodeMirror is just an editor component, you’ll have to implement this kind of functionality separately.

Thank you for the fast reply!

How do I create an online compiler for C, C++ with above features??

It will be very helpful, if you could share any supporting documents.

Try this: https://github.com/felixhao28/JSCPP
Integrate with Lint plugin and 3-4 months…
:wink: