If you set your breakpoints, switch over to the Console tab, right-click and select 'Preserve log upon navigation', the breakpoints should be there when you refresh. Alternatively, you can use the JavaScript way to do this and inject 'debugger;' statements in your code.