/moonshine-openfl-debug-adapter-client

Haxe/OpenFL implementation of the debug adapter protocol for editors/IDEs

Primary LanguageHaxeOtherNOASSERTION

Debug adapter client for OpenFL

An implementation of the debug adapter protocol, originally created for Moonshine IDE. Specifically, implements the client side of the client/server relationship, where a client is an editor or IDE that wishes to provide debugger features.

This debug adapter client is written in Haxe and targets the OpenFL library.

Minimum Requirements

  • Haxe 4.0
  • OpenFL 8.9.7

Installation

This library is not yet available on Haxelib. To install, run the following command in a terminal:

haxelib git moonshine-openfl-debug-adapter-client https://github.com/Moonshine-IDE/moonshine-openfl-debug-adapter-client.git

Project Configuration

After installing the library above, add it to your OpenFL project.xml file:

<haxelib name="moonshine-openfl-debug-adapter-client" />

Documentation