Author Topic: Why aren't #define'd constants known to debugger?  (Read 2458 times)

Offline rogeriodec

  • Multiple posting newcomer
  • *
  • Posts: 50
Why aren't #define'd constants known to debugger?
« on: March 21, 2018, 11:16:30 pm »
Every time I try to watch a formula that uses a constant, the debugger shows "Not available in current context".

EX:
#define PI 3.14159265
... and watch "x * 180 / PI"...

How can this be solved?
Windows 8.1

SVN 11400

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
(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!]