Hey Peter,
thank you for your reply.
I got the PIT up and running. The PLL was not correctly configured.
Here is a screen of the configured PIT:

The TIF flag will be set on timeout (see screen above).
But now to the breakpoint and IVOR problematic.
The following screen is taken before the interrupt is performed:

The TIF flag is not set, as the timer did not reached 0 until then.
If I want to execute the next line in the program, Trace32 goes into the running mode and everything is blocked.
When I break, the code is at IVOR8 and the TIF flag was set, as can be seen on the next screen:

So the code jumps to IVOR8 and not IVOR4. The question is why?
Is IVOR8 the watchdog interrupt? How can FreeRTOS know, that the interrupt happened?
In the Reference Manual I did not find anything about IVOR, is it under the INTC section?
The INTC configuration is the standard configuration from a fresh MPC5748G project.
Thank you again for your help, I hope we can managed to get it working.
Best regards,
Jack