Hi @kolyanimohanto,
Are you using an external debugger? Or are you connecting through the USB from the EVB? Please make sure the elf file is correctly declared in the debugger settings:

and also make sure the .elf file is correctly generated in the "Debug_FLASH" folder:

You can find the instructions for generating, building and running the example inside the "description.txt" file attached to the project:
3. Generating, building and running the example application
3.1 Generating the S32 configuration
Before running the example a configuration needs to be generated. First go to Project Explorer View in S32 DS and select the current project. Select the "S32 Configuration Tool" menu then click on the desired configuration tool (Pins, Cocks, Peripherals etc...).
Clicking on any one of those will generate all the components. Make the desired changes (if any) then click on the "S32 Configuration Tool->Update Code" button.
3.2 Compiling the application
Select the configuration to be built: FLASH (Debug_FLASH) by left clicking on the downward arrow corresponding to the build button in eclipse.
Use Project > Build to build the project.
Wait for the build action to be completed before continuing to the next step. Check the compiler console for error messages; upon completion, the *.elf binary file should be created.
3.3 Running the application on the board
Go to Run and select Debug Configurations. There will be a debug configuration for this project:
Configuration Name Description
--------------------------- ---------------------
Siul2_Dio_Ip_Example_S32K344_Debug_FLASH_PNE Debug the FLASH
configuration using
PEmicro probe
Select the desired debug configuration and click on Launch. Now the perspective will change to the Debug Perspective. Use the controls to control the program flow.
Best regards,
Julián