Trying to debug and no matter what class I say to fire in InitRecurringJobsDebugging() it fires the last one used

So If I have a job that I was debugging yesterday and got it to run and hit breakpoints and then try to comment that one out and debug another class it will still run the previous. Clean / rebuild / debug / rinse / repeat.

Eventually it will switch to the one that is in the code and I want to fire but I haven’t figured out why and I waste a lot of time trying to get it to switch. I’ve changed comments and re-compiled / run. Cleaned it all kinds of times. I can’t figure out why it runs the previous class that is commented out in the InitRecurringJobsDebugging method.

Went through the forum and I didn’t see anything related. googled aplenty.

Any ideas out there?

Thanks;