uncommon-language-framework / debugger

The source code for ULD, the Uncommon Language Debugger, which provides a basic debugging experience with insight into ULR-specific information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Uncommon Language Debugger (ULD)

A simple tool for debugging ULR applications. The ULD dll may be passed to the ULR host runtime when running a ULR application and is invoked through the API call ULRAPIImpl.Breakpoint(StaticDebugInfo info).

About

The source code for ULD, the Uncommon Language Debugger, which provides a basic debugging experience with insight into ULR-specific information

License:MIT License


Languages

Language:C++ 100.0%