Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

This is an assembly that generates a .il source file for emitted code with the correct breakpoints built-in for debugging purposes. It has the same binary interface with the Builder classes in System.Reflection.Emit to make it relatively painless to replace current code with this API.

License

JasonBock/EmitDebugging

Repository files navigation

EmitDebugger

This is an assembly that generates a .il source file for emitted code with the correct breakpoints built-in for debugging purposes. It has the same binary interface with the Builder classes in System.Reflection.Emit to make it relatively painless to replace current code with this API.

Note that no more work is going into EmitDebugger.

About

This is an assembly that generates a .il source file for emitted code with the correct breakpoints built-in for debugging purposes. It has the same binary interface with the Builder classes in System.Reflection.Emit to make it relatively painless to replace current code with this API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages