Subject:
|
Re: how to get a debugger going
|
Newsgroups:
|
lugnet.cad.dev.mac
|
Date:
|
Mon, 25 Feb 2002 19:05:03 GMT
|
Viewed:
|
1875 times
|
| |
| |
In lugnet.cad.dev.mac, Mark Abrams writes:
> Id like to figure out why
> pg-up/pg-down refreshes my window while the 'E' key does not.
Suggestions besides fighting with gdb:
are you sure the keyboard() routine is getting to glutPostRedisplay() ? this
is at the bottom of keyboard(). You could add a printf() there to find out.
Maybe your 'E' key case is returning early?
If it's getting that far, put another printf() inside the display() method
to see if that is being called after your glutPostRedisplay(). If it's not
then you have an interesting issue with glut not flushing the Quartz buffer.
|
|
Message is in Reply To:
| | how to get a debugger going
|
| Now that I've got some bugs, I'd like to get into the code with a debugger. In particular, I am trying to set a breakpoint in the keyboard() method so that I may trace the execution of key commands. Id like to figure out why pg-up/pg-down refreshes (...) (23 years ago, 25-Feb-02, to lugnet.cad.dev.mac)
|
3 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|