Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Help
»
Debuging a function
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Debuging a function (Read 3638 times)
rodrigozanatta
Single posting newcomer
Posts: 2
Debuging a function
«
on:
March 17, 2010, 07:20:14 pm »
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?
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: Debuging a function
«
Reply #1 on:
March 17, 2010, 10:50:23 pm »
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....
Logged
(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!]
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Help
»
Debuging a function