Results 1 to 2 of 2

Thread: Google Chrome debugger acting weird?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Google Chrome debugger acting weird?

    I'm trying to debug a web app. I've opened the Developer Tools in Chrome. I've clicked on the "Console" tab. However, when I click on a link in my webpage, there are exceptions thrown in the console but they flash real quick and then disappear....so fast that I can't read them. Why is this happening?

    Thanks,
    Blake

  2. #2
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,531

    Re: Google Chrome debugger acting weird?

    The default setting for developer tools is to clear on each navigation... annoying, I know.... To change this, open the developer tools screen, click the gears icon in the upper right corner of the console panel... turn on the "Preserve Log" setting. This will prevent the console from clearing out each time there is a navigation to a new page/url. If you later want to clear out the console, you can right click in the console panel and select "clear", or hit the clear icon in the toolbar (looks like a grey do not enter symbol).

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width