About the Debugger

Previous topic - Next topic

mentalthink

Hi guys in another recent post people speak about Debug (I think is Spacefractal about a function done for him) , I have some doubt about debugger becuase I only use when the code crash for look what array exploid, but I think this tool have to be more powerfull, ins't?¿.

I found this page https://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html, it's about the parameter about the debuger of Gcc and I have 2 questions.

Is possible pass to the Debugger some of this options, like we do sometimes with the Compiler (I think the answer is not).

And another question is, what done normally the people or what do you do when use Debugging.

Really I don't use practically never beacuse I think the time of compile increase a lot.

I'm interesting in , if is possible change values in "real time" for look what happens in the Screen, in Shiva I can do this and change a lot of things and see all changes directly (not is for compare both soft... only for put like example).