Skip to main content
Inspiring
January 20, 2011
Question

Need a way to stop debug pop-up

  • January 20, 2011
  • 1 reply
  • 640 views

Hi,

I once found an article on how to stop the debugger window from popping up every time I refresh the window. Does anyone know where that article is or know how to stop the window from coming to the front every time? I still want to use the debugger in a pop up window, but I just don't want it to come to the top every time I reload. Thanks.

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    January 20, 2011

    Try adding _cf_nodebug=true as a url param to the page.  That should block debug for a given request.