开发者

Visual Studio debugger visualizers for Mozilla objects

开发者 https://www.devze.com 2023-04-05 05:14 出处:网络
Are there any Visual Studio de开发者_如何转开发bugger visualizers for Mozilla objects (e.g. nsString)?

Are there any Visual Studio de开发者_如何转开发bugger visualizers for Mozilla objects (e.g. 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>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号