User forums > Using Code::Blocks
symbols browser not showin threads
(1/1)
Joerg:
Hi,
I recently noticed that I can not find my threads
in the symbols browser tab or bar.
I define threads for Nut/OS like:
THREAD(name, arg)
{
}
Seems like function definitions like this are not getting
parsed by the symbols browser.
Wonder why.
Greets,
raph:
Because that's no function definition but macro magic.
CodeCompletion doesn't handle macros, so it doesn't recognize this as a function.
Navigation
[0] Message Index
Go to full version