static funcitons have no debug info even with -g
807578Jun 10 2008 — edited Jun 11 2008Hi guys,
I use SunStudio (cc -V output 'cc: Sun C 5.9 SunOS_i386 2007/11/15') to compile parrot (http://www.parrotcode.org/source.html) with debug infor by default. but when I want to stop in static function after build, I got the following error:
dbx> stop in compile_to_bytecode
dbx: warning "compile_to_bytecode" has no debugger info -- will trigger on first instruction.
What is wrong with this? Why static function has no debugger info?
thanks in advance!