ClrDebug icon indicating copy to clipboard operation
ClrDebug copied to clipboard

General Todos

Open lordmilko opened this issue 9 months ago • 0 comments

  • Add in all the definitions in microsoft.debugging.targetmodel.sdk.20230731.1609.0\build\native\include\DbgServicesBridgeClient.h
  • Add DebuggerDisplay to all the new structs I added post 0.3.3. Just re-run ComWrapper for the whole project
  • I don't think IDebugClient converts to IDebugTestHook. We might need to remove this from AsDebugClient and possibly also the DebugClient itself if it stores a reference
  • Random comment in AsDebugClient: "todo: this is no good because we dont store the reference!"
  • Comments in DbgEng Extensions.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 ModelObject extension methods
  • Add missing (?) extension methods for all the DbgEng model/service methods decorated with [Obsolete]

lordmilko avatar Mar 25 '25 06:03 lordmilko