delve/service/dap/daptest
Suzy Mueller 49555a9e8a
service/dap: validate the client configurations in initialize request (#2435)
The client can specify certain configurations in the initialize request.
For example, pathFormat determines the pathFormat. We do not currently
support configuring pathFormat, linesStartAt1, or columnsStartAt1, so
we report an error if the client attempts to set these to an
unsupported value.
2021-05-06 09:56:29 +02:00
..
client.go service/dap: validate the client configurations in initialize request (#2435) 2021-05-06 09:56:29 +02:00