C language macro jump error #9162
Unanswered
xhwang-China
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I suspect you are seeing a repro of this issue: #8577 However, I'm not able to repro the issue as simply as described (on Windows, with cl.exe set as the compiler). If #8577 is not the same issue, could you provide more information about your configuration (platform, compiler, etc.), so we can try to reproduce this issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
cpp tools not dump to what i want.
For example, the following code.
when I want to jump to define "SECONDARY_DEFINE" where the code in "printf("%d\r\n", SECONDARY_DEFINE);", I want jump to "#define SECONDARY_DEFINE (FITST_DEFINE+1)",in fact,it will jump to "#define FITST_DEFINE 0".
is this is feature? and How do I set up to achieve my goals.
thanks
Beta Was this translation helpful? Give feedback.
All reactions