Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Debugging a UTM application on Unix and Linux systems

&pagelevel(5)&pagelevel

To debug a program unit, proceed as follows:

  1. Start the application normally in debug mode.

  2. Start a debugger and attach to the work process(es).

    Examples

    • Solaris:

      dbx pid or
      dbxtool pid

    • Linux:

      gdb pid or
      ddd pid

    pid is the process ID of a work process.