DebuggerTutorial
DebuggerTutorial
Hi everybody!
As part of Assignment 0, we'd like you to
get a little bit of practice using the
debugger in Qt Creator.
The debugger is a tool you can use to help
see what your program is doing as you
run it.
It's really useful for helping find errors in
your programs, and the more practice you
get with it, the easier it'll be to correct
mistakes in the programs you write.
Think of this guide as a little tutorial
walkthrough to help give you a sense of
how to use the debugger and how to make
sense of what you're seeing.
To start things off, open up the Name Hash
program you ran in Part One of this assignment.
Scroll down to the nameHash function so that you
can see the entire function in your window.
Move your mouse cursor so that it's in the space
right before the line number for line 66.