Using the v8 embedded engine, is it possible to set up an arbitrary user-supplied function so that its author can step-trace through each statement of the function under programmatic control instead of just calling the function and when it throws an exception, not really understanding why? The exception handler reports where any detected error might be, of course, but often a problem can be found simply by looking at what the live results of each statement happens to be as it executes, and logical errors detected before the exception is thrown.
-- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
