microsoft / BuildXL

Microsoft Build Accelerator
MIT License
917 stars 146 forks source link

Fix the Debugging Documentation #1318

Closed yitzhaks closed 1 year ago

yitzhaks commented 1 year ago

The debugging documentation currently doesn't list the namespace of the functions it describes, causing developers to spend time reverse engineering the debug object. This commit adds the namespace to the documentation to make it clear to developers that these functions need to be prefixed by the Debug namespace when invoking them.

mpysson commented 1 year ago

Hello @yitzhaks,

Thanks for your contribution. Per our contributing guideline, "If you are a Microsoft employee, please make your contribution to the BuildXL.Internal repository.". I can update the internal repo directly if you'd like.

Thanks, Michael

yitzhaks commented 1 year ago

Sorry for missing that. Will redo.