microhobby / linuxkerneldev

Visual Studio Code extension to help find documentation, device tree matching on device driver source code, by compatible strings
MIT License
41 stars 9 forks source link

Wrong variable name in configuration example #34

Closed kyselejsyrecek closed 8 months ago

kyselejsyrecek commented 12 months ago

image

The ${setting:kgdb_port} should actually be ${config:kerneldev.kgdb_port}. Otherwise GDB crashes during start up.