Ravi is a dialect of Lua, featuring limited optional static typing, JIT and AOT compilers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dibyendu Majumdar 3b09a22e96 issue #204 Code reorg 2 years ago
..
docs issue #82 doc updates 7 years ago
src issue #204 Code reorg 2 years ago
README.rst Update README.rst 3 years ago

README.rst

Ravi Debug Adapter for VSCode
=============================

The aim is to provide a debug adapter that allows Microsoft's Visual Studio Code to step through Ravi or
Lua code. The adapter implements the protocol as specified by `Debug Adapter Protocol <https://microsoft.github.io/debug-adapter-protocol/>`_.

See `Ravi Visual Studio Code Debugger <https://github.com/dibyendumajumdar/ravi-vscode-debugger>`_.