I disabled PIE0 and can confirm that the switch signal does reach the PIC (I can manually turn the LED).

Code:
    if PushSwitch = 1 then
        Toggle InterruptLED
    endif