Add stepping granularities to the step requests. by auott · Pull Request #112 · microsoft/debug-adapter-protocol
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.
The generator also was not adding comments for standalone enum definitions, so this updates the generator to comment these as well.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters