Ticket #261 (new enhancement)

Opened 1 month ago

Use DeepSee's Console for interactive debug

Reported by: fmarmond Assigned to: jcverdie
Priority: minor Milestone: Galekid
Component: QA & Tests Tools Version: 1.0
Keywords: DeepSee Interactive Debug Cc:
Number of hours worked: % Complete: 00
Number of hours remaining:

Description

DeepSee has a built-in console with full featured prompting system (completion, history, help, ...) that provides a simple interface to plug 3rd parties commands.
OWB may use it to implement its own DeepSee Console commands, that will enable user to interact with OWB for:
* runtime JS debugging (add a tag in your JS code that will introduce a kind of 'breakpoint', and debug with DeepSee: display/modify JS data, call JS methods, see the state of the JSCore state machine, etc...)
* see OWB internal data, memory usage, per class number of instances, see in realtime how long had been spent in one or many methods, ...