0.0.19 • Published 4 years ago

monaco-debugger v0.0.19

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
4 years ago

Description

This is a debugger for the debugProtocol of Microsoft, used in VSCode.

Current Status

This is not an stable version and should not be used in production. If you are interested in this project and wants to help please create an issue or a pull request to improve this project.

Documentation

Actually there is no documentation, so you need to figure out the usage in the source code. But here's an init snippet (HTML refs are from vue.js):

this.debugging = new Debugger(
    editor, 
    this.$refs.debugger,
    {
        currentFile: {path: "/data/task-data/" + settings.editableFile, file: settings.editableFile.split('/')[1]}, 
        debugArguments: conf,
        language: 'php'
    }
);
0.0.18

4 years ago

0.0.19

4 years ago

0.0.16

4 years ago

0.0.17

4 years ago

0.0.15

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago