BowlerHatLLC / vscode-swf-debug

SWF debugger extension for Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items?itemName=bowlerhatllc.vscode-swf-debug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SWF Debugger for Visual Studio Code

This README file is intended for contributors to the extension. If you simply want to install the latest stable version of the extension, please visit the Visual Studio Marketplace. For help using the extension, visit the vscode-as3mxml wiki for detailed instructions.

Modules

This project is divided into several modules.

  1. swf-debug-adapter provides SWF debugging for Visual Studio Code and other editors that support the Debug Adapter Protocol. This module is written in Java.

  2. vscode-extension implements various features that are specific to Visual Studio Code, and initializes the various Java processes (like swf-debugger). This module is written in TypeScript.

  3. distribution packages everything together to create the final extension that is compatible with Visual Studio Code.

Build instructions

Requires JDK 8 (or newer), Apache Maven and Node.js. Run the following command in the root directory to build the extension:

mvn clean package

The extension will be generated in distribution/target/vscode-swf-debug/vscode-swf-debug. This directory may be run inside Visual Studio Code's extension host. Additionally, a .vsix file will be generated that may be manually installed in Visual Studio Code.

Support this project

The SWF Debugger for Visual Studio Code is developed by Josh Tynjala with the support of community members like you.

Support Josh Tynjala on Patreon

Special thanks to the following sponsors for their generous support:

About

SWF debugger extension for Visual Studio Code

https://marketplace.visualstudio.com/items?itemName=bowlerhatllc.vscode-swf-debug

License:Apache License 2.0


Languages

Language:Java 88.3%Language:TypeScript 11.1%Language:JavaScript 0.7%