Thanks for the help. The debugger is fantastic! I had to figure out how to build d8 as I was trying to use the shell sample. As I was looking at the source code I figured out that d8 and shell were totally different programs and then I just had to call 'scons d8 mode=debug' to get a d8 executable.
Thanks again, Corey On Mar 11, 2009, at 17:13 PM, Søren Gjesse wrote: > All the flags are defined in src/flag-definitions.h, and > FLAG_debugger defaults to true. In the D8 shell you can enter the > debugger through the 'debugger' statement. Type 'help' at the dbg> > prompt to see the commands available. > > Regards, > Søren > > On Wed, Mar 11, 2009 at 11:51 PM, corey <[email protected]> wrote: > > Do I need to compile with a special flag for i::FLAG_debugger to be > set to something or do I just set it to true in my code? I can't seem > to find the definition anywhere and I'm trying to run some samples > with the d8 shell code. > > Thanks, > Corey > > > > > --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
