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
»
Using Code::Blocks
»
while debuging
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: while debuging (Read 3472 times)
MoonKid
Almost regular
Posts: 180
while debuging
«
on:
November 21, 2008, 10:44:17 am »
Is it possible for the preprocessor to find out if the deubbger is running or not?
#ifdef _DEBUG
It work for debug builds, but it doesn't matter if the debuger is realy running or not.
Is there something like this?
#ifdef _DEBUG_RUNNING
Logged
thomas
Administrator
Lives here!
Posts: 3979
Re: while debuging
«
Reply #1 on:
November 21, 2008, 02:33:10 pm »
No.
Logged
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
while debuging