Ask a Question related to Mac Programming, Design and Development.
-
William Harris #1
Why can't I see my symbols in MacsBug?
I'm trying to do some heap checking in MacsBug under 9.2.2. When my app
crashes, though, the heap is so hosed that there's no chance for me to
do anything useful except reboot (if it weren't for MacsBug, the whole
system would just freeze...)
I'd like to put a break in my method before where I suspect something
"bad" is happening, but I can't find the symbol in MacsBug to set the
breakpoint. I hit command-D, then the first few letters, and nothing. I
see other methods (though not all) from another library (my own) which
I link in, and I've checked the project settings (Codewarrior 8.3) to
ensure they're the same.
What could I be doing wrong? How can I get the symbols to show up in
MacsBug?
regards,
Will
William Harris Guest
-
are there symbols in ID?
I have to reuse a shape many times in my document and I would like to have the option of changing just one of the copies and have the rest update... -
Symbols
I am interested in creating some personal palettes of symbols. I know how to make a symbol in an open document, however, I have not been able to any... -
Swapping symbols
Can you swap a symbol using script? I want to use the same timeline based animation over and over again and all I want to do is change the symbol... -
Symbols......
When you save a symbol to the library, where the *((**& do they go? Apparently mine found "symbol heaven" because I sure can't find them!! :) --... -
Inserting symbols
Is there some way to insert a library symbol to the exact location on the canvas where it was when it was created? Thinking some kind of key you... -
Miro Jurisic #2
Re: Why can't I see my symbols in MacsBug?
In article <220920031840595578%harris-usenet@perspectix.com>,
William Harris <harris-usenet@perspectix.com> wrote:
Turn on inline traceback tables (for PPC)> What could I be doing wrong? How can I get the symbols to show up in
> MacsBug?
hth
meeroh
--
If this message helped you, consider buying an item
from my wish list: <http://web.meeroh.org/wishlist>
Miro Jurisic Guest
-
Chilly #3
Re: Why can't I see my symbols in MacsBug?
In article <macdev-BE41EC.18410722092003@senator-bedfellow.mit.edu>,
Miro Jurisic <macdev@meeroh.org> wrote:
Thanks for replying meeroh. I already have that on...> In article <220920031840595578%harris-usenet@perspectix.com>,
> William Harris <harris-usenet@perspectix.com> wrote:
>>> > What could I be doing wrong? How can I get the symbols to show up in
> > MacsBug?
> Turn on inline traceback tables (for PPC)
>
> hth
>
> meeroh
Here are the settings for the PPC Processor panel:
struct align: powerpc
traceback tables: inline
target proc: generic powerpc
func align: 4
Other checkmarks:
relax ieee floating point
use fused mult-add/sub
peephole optimization
32 bit TOC offsets
Any other thoughts?
Will
Chilly Guest



Reply With Quote

