2011-09-15 3 views

답변

1

Debugging Mozilla on Windows FAQ에 몇 가지 팁이 있습니다. AUTOEXP.DAT에 다음 항목을 추가하여 Mozilla 객체 시각화 기능을 향상시킵니다.

;; Mozilla (1.7beta and later) 
nsAutoString=<mData,su> 
nsString=<mData,su> 
nsCString=<mData,s> 
nsCAutoString=<mData,s> 
nsRect=x=<x,d> y=<y,d> width=<width,d>; height=<height,d> 
nsStaticAtomWrapper=<mStaticAtom->mString,s> 
nsIAtom=<mString,su> 
; the following are not necessary in vc8 
nsCOMPtr<*>=<mRawPtr,x> 
nsRefPtr=<mRawPtr,x> 
nsAutoPtr=<mRawPtr,x> 
관련 문제