Author Topic: symbols browser not showin threads  (Read 2558 times)

Offline Joerg

  • Multiple posting newcomer
  • *
  • Posts: 100
symbols browser not showin threads
« on: August 03, 2007, 11:18:32 am »
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,


It's never too late to fail!

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: symbols browser not showin threads
« Reply #1 on: August 03, 2007, 01:45:14 pm »
Because that's no function definition but macro magic.
CodeCompletion doesn't handle macros, so it doesn't recognize this as a function.