Thanks Ben. That's what I am looking for. Actually, I am trying to debugging node.js memory dumps. I tried both official release or build myself, none of them contains the v8dbg symbols.
On Wednesday, March 16, 2016 at 6:46:05 PM UTC+8, Ben Noordhuis wrote: > > On Wed, Mar 16, 2016 at 9:47 AM, <[email protected] <javascript:>> > wrote: > > Hey Guys, > > I need to do post mortem debugging on windows, but can't find a way to > build > > V8 with post mortem debugging info. > > > > I tried to change follow setting to true in every place I know, but > still > > doesn't help. > > > > v8_postmortem_support%': 'true' > > > > Thanks, > > Wei > > Turning on postmortem support makes the build emit extra symbols in > the executable / library (and that's all it does), look for symbols > starting with 'v8dbg_'. > > To be honest, I'm not sure if it works on Windows for static builds; > it's possible the linker strips out unused symbols. > -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
