FDBX0289
Internal error: could not detach from process.

Explanation

The debugged process issued the fork() system call. dbx tried to remove breakpoints in the new debugged process, which were inherited from the parent process. However, dbx could not detach from the child process.

User response

Follow local procedures for reporting problems.