0

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% 
OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
codersv
  • 1
  • 1
  • You are getting an error, though. The executable is not on your PATH – OneCricketeer Dec 12 '21 at 15:04
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Dec 17 '21 at 08:08

1 Answers1

0

The issue got solved. In VS code debugger launch.json buildflag was set which caused issue.. pkg-config was in my PATH

codersv
  • 1
  • 1