Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

static funcitons have no debug info even with -g

807578Jun 10 2008 — edited Jun 11 2008
Hi 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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 9 2008
Added on Jun 10 2008
1 comment
291 views