Sign inSign up

shahzeb/cpp-gdb

By shahzeb

•Updated over 9 years ago

A small debian based container which lets you run C++ and GDB.

Image
0

10K+

shahzeb/cpp-gdb repository overview

A small debian based container which lets you run C++ and GDB. Built mainly because macOS 10.12.4 has serious problems when it comes to running GDB.

⁠Instructions:
  1. Place your C++ / any needed files inside of a /files/ folder on your host machine.
  2. $ docker pull shahzeb/cpp-gdb
  3. $ docker run -v /Users/<user>/<your dir>/files:/files -it shahzeb/cpp-gdb

Now you should be able to $ cd files and run g++ on your files.

You should see your file contents. Run g++ and gdb.

Tag summary

Content type

Image

Digest

Size

132.7 MB

Last updated

over 9 years ago

docker pull shahzeb/cpp-gdb