gocv icon indicating copy to clipboard operation
gocv copied to clipboard

Cannot debug go programs with gocv

Open MartinRobomaze opened this issue 9 months ago • 0 comments

Description

When debugging code where gocv is imported in goland, code runs until it reaches a breakpoint, however it doesn't display that it reached the breakpoint and just hangs indefinitely until I manually kill the process. This happens only when I import gocv into a golang program. I am not sure if this is a gocv bug, however I don't really know where else should I ask.

Your Environment

  • Operating System and version: Manjaro 23.0.2, kernel 6.1.53
  • OpenCV version used: 4.8.0
  • How did you install OpenCV? pacman -S opencv
  • GoCV version used: 0.34
  • Go version: 1.18.3
  • Did you run the env.sh or env.cmd script before trying to go run or go build? No

MartinRobomaze avatar Sep 21 '23 12:09 MartinRobomaze