ClrDebug
ClrDebug copied to clipboard
General Todos
- Add in all the definitions in
microsoft.debugging.targetmodel.sdk.20230731.1609.0\build\native\include\DbgServicesBridgeClient.h - Add
DebuggerDisplayto all the new structs I added post 0.3.3. Just re-run ComWrapper for the whole project - I don't think
IDebugClientconverts toIDebugTestHook. We might need to remove this fromAsDebugClientand possibly also theDebugClientitself if it stores a reference - Random comment in
AsDebugClient: "todo: this is no good because we dont store the reference!" - Comments in
DbgEngExtensions.As:- todo: as IDebugHost -> IDebugHostSymbols/IDebugHostSymbols2/IDebugHostMemory/IDebugHostMemory2/IDebugHostEvaluator
- todo: as idebughostcontext -> IDebugHostContextTargetComposition
- todo: parse missing (and only missing) docs from dbgmodel.h
- Add XmlDOcs to
ModelObjectextension methods - Add missing (?) extension methods for all the DbgEng model/service methods decorated with
[Obsolete]