[v8-users] lldb debug handle value

2017-02-09 Thread Jason Zoo
I debug v8 using lldb.But I had some problems about the Handle<> type. for example .When i set breakpoint at interpreter.cc:244, just bellow this code Handle bytecodes = generator()->FinalizeBytecode(isolate()); And i used 'fr v bytecodes' command to see Handle. (lldb) fr v bytecodes (v8::int

Re: [v8-users] Can not generate v8_version.lib on Windows

2017-02-09 Thread Jochen Eisinger
fix here: https://chromium-review.googlesource.com/c/440244/ On Wed, Feb 8, 2017 at 11:10 AM Dongbo wrote: > On windows, with gn args is_debug=false v8_static_library=true > v8_use_external_startup_data=false > I got the following error when building v8 via 'ninja -C xxx' > > C:\Reference\v8\v8>