Print variable with gdb??
JS <[email protected]>
| Newsgroups | gmane.comp.gdb.general |
|---|---|
| Message-ID | <[email protected]> |
I have: int p = 5; when I debug my code I would like to get a print of p's value therefore I start gdb and type: print p but then I get an error that the variable does not exists! Hope someone can help! JS