Add stepping granularities to the step requests. by auott · Pull Request #112 · microsoft/debug-adapter-protocol

@auott

This allows step requests (Next, StepInto, StepOut, StepBack) to take
an optional 'steppingGranularity', which provides a hint for how far
a debug adapter should let the step go.

@weinand self-assigned this

May 13, 2020

weinand

@auott

The generator also was not adding comments for standalone enum
definitions, so this updates the generator to comment these as well.

puremourning

puremourning

@auott