vosen / MIEngine

The Visual Studio MI Debug Engine ("MIEngine") provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb, lldb, and clrdbg.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Rust MI Debug Engine fork

this project is a fork of Microsoft's MIEngine, modified to ship with Visual Rust. You can learn more about the original here.

Development

This project is for Visual Rust specific changes. If you find a bug that impacts both this fork and mainline MIEngine, please open the issue with the mainline. Feel free to alert us via an issue/PR/email if you think it's important to Visual Rust.

Branch master contains the the Visual Rust's version. Branch original tracks original MIEngine development. This project follows the same development and contribution mode as Visual Rust.

License

MIEngine is licensed under the MIT License.

About

The Visual Studio MI Debug Engine ("MIEngine") provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb, lldb, and clrdbg.

License:MIT License


Languages

Language:C# 98.5%Language:Batchfile 1.5%