News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Debuging a function

Started by rodrigozanatta, March 17, 2010, 07:20:14 PM

Previous topic - Next topic

rodrigozanatta

Hi. I read a little about debuging, but i didn't find how to debug only a function. I want to put the in argument and see same variables. I already know how to see variable, but run only a function, i don't know. How I do this?

oBFusCATed

If I understand correctly, you don't want to run the program, but only one function. If that is what you want, it is not possible, because C/C++ is not a dynamic language....
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]