Developer debugging practices on Lazy Loading

I’m just wondering, when using Lazy Loading, do you constantly refreshes/remove URL paths everytime you build a specific pages?

For example, I have my.app/#/home/page/section/a/b stacked pages while working on the b-page, after updating a ts file, I usually go over to my root URL then navigate to the top of the stack just to see if my codes on b-page are working, is this a normal scenario for developers?