Nathan

288
reputation
63 views

Registered User

name Nathan
member for 1 year
seen Dec 3 at 19:16
website
location CA
age 27
Nov
20
answered How do I show what fields a struct has in gdb?
Nov
5
awarded  Tumbleweed
Nov
4
awarded  Editor
Nov
4
revised memory leaks during development
added 821 characters in body
Nov
4
answered memory leaks during development
Nov
3
comment Set div height to 100% of parent
I said that I'd rather not set the height of the header because I don't want to have to know it. My current page header is just some 50pt text, but I might replace this with a graphic later on. I was hoping that I wouldn't need to modify the height/padding property of the navigation div every time I change the header.
Nov
3
comment Set div height to 100% of parent
overflow:scroll gives the same effect. I can see the header, but the scroll bar appears to be the height of the entire window, not the height of just the navigation div.
Nov
3
comment Set div height to 100% of parent
Setting the height of the body and content elements doesn't seem to help. What do you mean by "it does not take into consideration the positioning of the header"?
Nov
3
asked Set div height to 100% of parent
Oct
29
asked How to make a custom NSFormatter work correctly on Snow Leopard?
Oct
24
accepted Using gdb in emacs v23
Oct
5
comment Using gdb in emacs v23
M-x gdb is still supported, and I use it all the time. Your problem is indicative of not having annotations turned on (--annotate=3 on the gdb command line). With gud-gdb you don't get the "visual" features of gdb in emacs. This includes things like the dedicated stack and local variable buffers in "gdb many windows mode". Maybe something in your emacs configuration is breaking visual mode, have you tried starting emacs with "-q" switch to prevent loading your config file?
Oct
1
comment Using gdb in emacs v23
I use gdb in emacs-23.1 without any problems. What happens if you use text mode instead of graphical mode by using M-x gud-gdb? Be sure not to remove the --fullname option from the gdb command line.
Sep
30
answered Using gdb in emacs v23
Sep
19
awarded  Yearling
Jul
17
answered Understanding Symbolic Debugger
Jul
4
asked python tab completion in windows