I've realized that this library is getting a lot of attention. I'm currently working on the 2nd version that will be released soon. Changes include:
IDebuggerEngine and DebugEngine using async Task instead of async void return types so that it can be awaitable
- Don't rely on a separate library anymore - I'll use *.resx files for strings now.
- Introduce more customizable breakpoints
- More events
- Official NuGet release
These are which features I've thought of for now. I might introduce more to V2.
I've realized that this library is getting a lot of attention. I'm currently working on the 2nd version that will be released soon. Changes include:
IDebuggerEngineandDebugEngineusingasync Taskinstead ofasync voidreturn types so that it can be awaitableThese are which features I've thought of for now. I might introduce more to V2.