简体   繁体   中英

Visual Studio debugger visualizers for Mozilla objects

Are there any Visual Studio debugger visualizers for Mozilla objects (eg nsString )? I'm looking for something like the boost visualizers .

There are some tips in Debugging Mozilla on Windows FAQ on it. Add the following entries to your AUTOEXP.DAT to improve Mozilla objects visualizing.

;; 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>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM