Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Boost.Asio C++ Network Programming

You're reading from   Boost.Asio C++ Network Programming Learn effective C++ network programming with Boost.Asio and become a proficient C++ network programmer

Arrow left icon
Product type Paperback
Published in Sep 2015
Publisher
ISBN-13 9781785283079
Length 200 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Wisnu Anggoro Wisnu Anggoro
Author Profile Icon Wisnu Anggoro
Wisnu Anggoro
Arrow right icon
View More author details
Toc

Choosing a debugging tool


Many debugging tools around come with the Integrated Development Environment (IDE) of the programing language. For instance, Visual Studio has a debugging tool for C, C++, C#, and Visual Basic. Alternatively, you may have heard about CodeBlock and Bloodshed Dev-C++, which have their own debugging tools as well. However, if you remember what we discussed in Chapter 1, Simplifying Your Network Programming in C++, we decided not to use an IDE because its heavy load will not load much resource to our computer. We need a tool that is lightweight to develop our network application.

Our choice of tool is the GNU Debugger (GDB). GDB is a powerful debugging tool based on a command-line tool; this means that we don't need the complex Graphic User Interface (GUI). In other words, all we need is a keyboard, not even a mouse, so the system becomes lightweight as well.

There are four main things that GDB can do to help us solve the code problem, which are as follows:

  • Running our...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image