A description of functions you can access from the Debug Menu in Sybase CEP Studio.
Start |
Compiles and runs the selected project. The project is only compiled if it is new or has been changed since the last compile. |
Start with Clean Slate |
Starts the selected project without recovering persisted data. The project starts as if it were being run for the first time, without recovering partially processed rows, or window, adapter, and CCL state. Only meaningful for a project with persistence enabled for at least one module. |
Restart |
Stops and restarts the selected project. |
Stop |
Stops the selected project. |
Start Multiple |
Compiles and runs several projects at once. Projects are only compiled if they are new or have been changed since the last compile. |
Start Multiple with Clean Slate |
Starts several projects at once without recovering persisted data. The projects start as if they were being run for the first time, without recovering partially processed rows, or window, adapter, and CCL state. Only meaningful for projects with persistence enabled for at least one module. |
Restart Multiple |
Stops and restarts several projects at once. |
Stop Multiple |
Stops several projects at once. |
Step Forward |
Highlights all rows in all open stream and window viewers, with a timestamp that falls between the timestamp of the selected row and that of the next subsequent row. See Using Viewers to Debug an Application. |
Step Backward |
Highlights all rows in all open stream and window viewers, with a timestamp that falls between the timestamp of the selected row and that of the closest previous row. See Using Viewers to Debug an Application. |
View Stream 'Name' |
Opens a viewer for the selected data stream or window. |
View Stream |
Opens a viewer for the data stream you identify by URI (the Properties view displays the URI of a selected stream). You can specify filter columns or a filter expression to restrict the rows reaching the viewer. |
View Multiple Streams in Module 'Name' |
Opens viewers for multiple, specified data streams in the current module and its submodules. |
View All Streams in Module 'Name' |
Opens viewers for all data streams in the selected query module, but not its submodules. |
View Multiple Named Windows in Module 'Name' |
Opens viewers for specific named windows in the current module and its submodules. You must have set the Compiler Mode on the Compile toolbar to Debug. |
View All Named Windows in Module 'Name' |
Opens viewers for all named windows in the selected query module, but not its submodules. You must have set the Compiler Mode on the Compile toolbar to Debug. |
Clear All Viewers |
Clears all open viewers. |
Close All Viewers |
Closes all open viewers. |
Show All Viewers |
Brings all open viewers to the foreground. |
Arrange All Viewers |
Arranges all open viewers on the screen so that each is visible. |
Reconnect All Viewers |
Restarts the scrolling data display for all open viewers, after the display has been paused. |
Disconnect All Viewers |
Pauses the scrolling data display for all open viewers. |
Query Public Windows in Module 'Name' |
Allows you to run a SQL query against a public window in a running project. For instructions on creating public windows, see "CREATE WINDOW Statement" in the CCL Reference Guide. Sybase CEP SQL syntax is described in "CEP SQL" in the CCL Reference Guide. |
Send Rows |
Allows you to send one or more rows into an external input stream identified by URI. |
Request Workspace Status and Open With |
Allows you to view the Workspace status, either with the default XML viewer (as specified in Sybase CEP Studio Settings) or with the program you specify. |
Open Workspace Status Stream |
Opens a stream viewer for the status stream for the selected Workspace. For a description of the messages displayed in the viewer, see "Sybase CEP Server Events" in the Sybase CEP Installation Guide. |