Skip to content

Add debug adapters from the Haxe ecosystem #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _implementors/adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,21 @@ The following table lists the known debug adapters that implement the Debug Adap
[Debug](https://marketplace.visualstudio.com/items?itemName=webfreak.debug)|[@WebFreak001](https://github.com/WebFreak001)|[WebFreak001/code-debug](https://github.com/WebFreak001/code-debug)
[Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome)|[@roblourens](https://github.com/roblourens)|[Microsoft/vscode-chrome-debug](https://github.com/microsoft/vscode-chrome-debug)
[Debugger for Edge](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-edge)|[@andysterland](https://github.com/andysterland)|[Microsoft/vscode-edge-debug2](https://github.com/Microsoft/vscode-edge-debug2)
[Debugger for Electron](https://marketplace.visualstudio.com/items?itemName=kodetech.electron-debug)|[@Kode](https://github.com/Kode)|[Kode/vscode-electron-debug](https://github.com/Kode/vscode-electron-debug)
[Debugger for Firefox](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-firefox-debug)|[@hbenl](https://github.com/hbenl)|[hbenl/vscode-firefox-debug](https://github.com/hbenl/vscode-firefox-debug)
[Debugger for Krom](https://marketplace.visualstudio.com/items?itemName=kodetech.krom-debug)|[@Kode](https://github.com/Kode)|[Kode/vscode-krom-debug](https://github.com/Kode/vscode-krom-debug)
[Debugger for .NET Core](https://github.com/Samsung/netcoredbg)|[@ayuckhulk](https://github.com/ayuckhulk)|[Samsung/netcoredbg](https://github.com/Samsung/netcoredbg)
[Debugger for PhantomJS](https://marketplace.visualstudio.com/items?itemName=iradul.debugger-for-phantomjs)|[@iradul](https://github.com/iradul)|[iradul/vscode-phantomjs-debug](https://github.com/iradul/vscode-phantomjs-debug)
[Debugger for Unity](https://marketplace.visualstudio.com/items?itemName=Unity.unity-debug)|[@lukaszunity](https://github.com/lukaszunity) [@miniwolf](https://github.com/miniwolf)|[Unity-Technologies/vscode-unity-debug](https://github.com/Unity-Technologies/vscode-unity-debug)
[Duktape Debugger](https://marketplace.visualstudio.com/items?itemName=HaroldBrenes.duk-debug)|[@svaarala](https://github.com/svaarala)|[svaarala/duktape](https://github.com/svaarala/duktape)
[Firefox Remote Debug](https://marketplace.visualstudio.com/items?itemName=yurydelendik.firefox-debug)|[@yurydelendik](https://github.com/yurydelendik)|[yurydelendik/vscode-ff-debug](https://github.com/yurydelendik/vscode-ff-debug)
[Flash](https://marketplace.visualstudio.com/items?itemName=vshaxe.haxe-debug)|[@vshaxe](https://github.com/vshaxe/)|[vshaxe/flash-debugger](https://github.com/vshaxe/flash-debugger)
[Go](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go)|[@ramya-rao-a](https://github.com/ramya-rao-a)|[Microsoft/vscode-go](https://github.com/Microsoft/vscode-go)
[Harbour](https://marketplace.visualstudio.com/items?itemName=aperricone.harbour)|[@APerricone](https://github.com/APerricone)|[APerricone/harbourCodeExtension](https://github.com/APerricone/harbourCodeExtension)
[HashLink](https://marketplace.visualstudio.com/items?itemName=HaxeFoundation.haxe-hl)|[@vshaxe](https://github.com/vshaxe/)|[vshaxe/hashlink-debugger](https://github.com/vshaxe/hashlink-debugger)
[Haskell GHCi debug viewer Phoityne](https://marketplace.visualstudio.com/items?itemName=phoityne.phoityne-vscode)|[@phoityne](https://github.com/phoityne)|[phoityne/phoityne-vscode](https://github.com/phoityne/phoityne-vscode)
[Haxe Eval](https://marketplace.visualstudio.com/items?itemName=nadako.vshaxe)|[@vshaxe](https://github.com/vshaxe/)|[vshaxe/eval-debugger](https://github.com/vshaxe/eval-debugger)
[HXCPP](https://marketplace.visualstudio.com/items?itemName=vshaxe.hxcpp-debugger)|[@vshaxe](https://github.com/vshaxe/)|[vshaxe/hxcpp-debugger](https://github.com/vshaxe/hxcpp-debugger)
[Java Debugger](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug)|[@akaroml](https://github.com/akaroml)|[Microsoft/vscode-java-debug](https://github.com/Microsoft/vscode-java-debug)
[JSIRDebugger](https://marketplace.visualstudio.com/items?itemName=muji.jsirdebugger)|muji
[LLDB Debugger](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb)|[@vadimcn](https://github.com/vadimcn)|[vadimcn/vscode-lldb](https://github.com/vadimcn/vscode-lldb)
Expand Down