gocv
gocv copied to clipboard
Cannot debug go programs with gocv
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
orenv.cmd
script before trying togo run
orgo build
? No