- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've compiled my source code with the no optimization flag "-O0" and everytime I wish to inspect a PARAMETER variable, idb states that the symbol is undefined. I've read the known bugs issues and it states that there are problem getting information from variables and functions when optimized, but I'm not optimizing anything ...
the switces I'm using are..
-O0 -save -zero
any ideas?
the switces I'm using are..
-O0 -save -zero
any ideas?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
These are "named constants", not variables. At present, no debug information is generated for them. Maybe someday...
Steve
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page