Re: Value of the variables in debug mode
René J.V. Bertin <[email protected]>
| Newsgroups | gmane.comp.kde.users.kdevelop |
|---|---|
| Message-ID | <50073877.xuzlZTZ7v2@bola> |
On Saturday March 09 2019 08:48:34 José Antonio Martínez Escobedo wrote: > I'm a noob using Kdevelop and I have and issue: in debug mode I can not >see the values of the variables, and my list of global and local values >are empty. Could be a typical noob error :) Did you build with -g and did you verify the normal build procedure doesn't strip binaries (of their debugging info)? R.