Am facing this issue while debugging code in VS code on windows OS. The code executes with no error but debugging isn't happening.
pkg-config --cflags -- rdkafka
pkg-config: exec: "pkg-config": executable file not found in %PATH%
Am facing this issue while debugging code in VS code on windows OS. The code executes with no error but debugging isn't happening.
pkg-config --cflags -- rdkafka
pkg-config: exec: "pkg-config": executable file not found in %PATH%
The issue got solved. In VS code debugger launch.json buildflag was set which caused issue.. pkg-config was in my PATH