in reply to debugger with b load "file"

Is that file really and truly in your path? If so you should be able to just 'use path::to::file'. and then see if the file actually got loaded (an 'm' command on the class name will do). If the debugger never loads that exact file, it will not break at it either.