Hi Haley,
It looks like there is something wrong in the sequence: from the screenshot of the programming log, it looks like you are programming the .abs file into the chip using the Flash Programmer tool, and not the debugger.
The Flash Programming tool handles the .s19 file to program the data at the appropriate addresses into the chip, without debugging.
The Debugger handles the .abs file, which contains the information of the data to be written into the chip, plus the debugging information.
So, in order to be able to debug the program, you should use the Debugger tool with the .abs.
More information on how to setup a debug session is given in the User Manual UM11325, section 3.4.1.
Hope it helps.
Best regards,
Tomas