Hacker News new | ask | show | jobs
by prhrb 1135 days ago
can you explain more about manually setting a breakpoint. I am little noob
1 comments

Chrome DevTools -> Sources -> trygalaxy.com -> _next/static -> pages -> index_... -> CTRL + F and search window.navigator.standalone -> click on the dash to the right (a blue arrow will appear) and refresh the page

The page will freeze, go to the Console, type window.navigator.standalone = true; and unfreeze the page clicking on the blue arrow.

Thanks