Skip to content

aymen157/Jint.DebuggerExample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jint Debugger Example

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.

About

Example implementation of debugger UI for Jint.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.5%
  • JavaScript 0.5%