Object Reef VSCode Extension
To attach debugger to running Object Reef service use 'Object Reef Debug' command from Command Palette
Features
Language Server:
- Syntax highlighting for .ocl and .bas files
- Go to definition
- basic Browse Info
Debugger:
- attach / disconnect to working reef process
- variables
- watches
- call stack
- source breakpoints
- exceptions breakpoints
Extension Settings
This extension contributes the following settings:
Building
To build the extension you need a vsce:
npm install --global @vscode/vsce
and then type in repository root directory:
vsce package
Enjoy!
| |