Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Para obter logs de console, de forma a auxiliar na obtenção de informações e evidências sobre um determinado problema, basta seguir os passos a seguir.

How do you get console logs in Google Chrome browser?
Use the built-in Developer Tools console.

h2. Abrir o console

  1. Abra o navegador Chrome
  2. Clique no ícone do menu de Preferências (3 pontos, canto superior direito)
  3. Clique em Mais Ferramentas
  4. Clique em Ferramentas do Desenvolvedor
  5. Clique na aba Console no painel que será aberto.

    No Mac: Cmd + Option + J
    No Windows: Ctrl + Shift + J

-- imagem01 --

h2. Selecionar as configurações

  1. Clique no ícone do menu de Configurações (Engrenagem, canto superior direito do console)
  2. Selecione Preserve log
  3. Selecione Show Timestamps
  4. Selecione Log XMLHttpRequests

-- imagem02 --
-- imagem03 --

h2. Limpar o log do console

  1. Click on the circle icon on the left side of the console panel
  2. The log will be cleared
  3. Recreate the bug you are reporting

-- imagem04 --

h2. Salvar o log

  1. Highlight the console log text with Ctrl + A for Windows or Cmd + A on Mac
  2. Right click in the Console over the highlighted text
  3. Click Save as...
  4. Save the log as a TXT file (type .txt at the end of the file name)

-- imagem05 --

  • No labels