Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 774 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 774 Bytes

Jint Debugger Example

Important note: Abandoned in favor of this simpler (and yet more complete) example: https://github.com/Jither/Jint.DebuggerExample

An example of how to implement a debugger user interface for Jint.

Currently in very early stages, it is intended to be cross platform. To that end, it's console based - however, the interfacing with Jint (including running the debugger on a non-UI thread) should be easily adaptable to e.g. WPF or other GUI frameworks.

Currently this builds against .NET Core 3.1 and the dev branch of Jint. It uses ANSI colors and hence will require a recent version of Windows 10 if using cmd.exe - or Windows Terminal.