First thing I would do is make sure the ISR is working. Make an unused pin an output, then toggle it in the ISR. hook a scope to that and make sure it toggles. Also you can do the same in your main with another pin.

This way you will know some basic info like is my pic running, is my interrupt firing. do that and report back