Closed
Description
- Plugin version (or commit hash): 0.12.1799
- IDE name and version: IntelliJ IDEA 2016.2.5, Build #IU-162.2228.15, built on October 14, 2016
- Java version: 1.8.0_112-release-287-b2 x86_64
- OS name and version: macOS Sierra 10.12.1
- Command line tools version: 8.0.0.0.1.1472435881
- What are you trying to do?
Debug and run an Application - What would you expect to happen?
The program to run and debugging to start - What happens?
could not launch process: could not get thread count
Process finished with exit code 1
This issue started when I updated to the latest version of macOS Sierra. I can still Run Applications using the IDE, just not Debug.
package main
import "fmt"
func main() {
fmt.Println("hello world")
}