Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grmartin/clion-go-lang-cmake

A CLion project with a Go (golang) test application using CMake with working live GDB Debug.
https://github.com/grmartin/clion-go-lang-cmake

clion cmake golang

Last synced: about 2 months ago
JSON representation

A CLion project with a Go (golang) test application using CMake with working live GDB Debug.

Awesome Lists containing this project

README

        

# CMake and CLion for Go (golang; go-lang) Example Project

The following is an example project to support [Go](https://golang.org) via
[CMake](http://www.cmake.org) in [CLion](https://www.jetbrains.com/clion/).
This allows full GDB debugging from within the IDE using the built in GDB runner.

We still utilize the [IntelliJ-platform](http://www.jetbrains.org/pages/viewpage.action?pageId=983889)
[Go plugin](https://github.com/go-lang-plugin-org/go-lang-idea-plugin) for its built in
syntax highlighting, and other editor functionality.

Please use at your own leisure, it has just barely been tested. However it does seem to
work:
![GDB Debugging Sample](docs/debugging.png)