Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add supportsEvaluateForHovers (#347)
There is a slight concern of turning this on for GDB as it is documented with this [requirement](https://microsoft.github.io/debug-adapter-protocol/specification#Types_Capabilities): > The debug adapter supports a (side effect free) `evaluate` > request for data hovers. Because of side-effects on read that is present in memory mapped registers in embedded systems this can cause unexpected reads of the target's registers. For Eclipse CDT I don't think there is any special code, so I think it is ok to do this here too. GDB also has a number of settings that may be useful to prevent accidental reads too. Fixes eclipse-cdt-cloud/cdt-gdb-vscode#121
- Loading branch information