Reviewers: Mads Ager,

Description:
Added command line debugger to D8 shell.

   break location [condition]
   clear <breakpoint #>
   backtrace [from frame #] [to frame #]]
   frame <frame #>
   step [in | next | out| min [step count]]
   print <expression>
   source [from line [num lines]]
   scripts
   continue
   help

It is enabled through the option --debugger which is on by default.

Please review this at http://codereview.chromium.org/14195

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     src/SConscript
   A     src/d8-debug.h
   A     src/d8-debug.cc
   M     src/d8.h
   M     src/d8.cc
   M     src/d8.js
   M     src/debug-delay.js
   M     src/debug.cc
   M     src/flag-definitions.h
   M     tools/visual_studio/d8.vcproj



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to