运行SPL Streams debugger(sdb)的两种方法
时间:2021-07-01 10:21:17
帮助过:3人阅读
Streams Studio provides support to launch your application with the sdb debugger. To debug your application, follow this procedure:
Procedure
- Build your application with debug information by enabling the Debug your application with SDB option in the SPL application‘s build configuration. For more information about enabling debug in a configuration, see Defining build options.
- Launch your application with the various launch shortcuts or the SPL application launch configuration.
- When your application is launched, Streams Studio detects that your application is built with debugging enabled and prompts you to enter the "display" submission-time value. The display submission-time value is needed to display thextermwindows for the SDB debugger. If theDISPLAYenvironment variable is set in your environment, you can leave this submission-time value blank. Otherwise, you provide the host, port, and display number for this submission-time value. The display submission-time-value can be set as<host>:<port>.<display number>.
- The application is launched, and the sdb debugger is available in thextermwindows. You can interact with the sdb debugger with thesextermwindows.
运行SPL Streams debugger(sdb)的两种方法
标签: