From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: EWW debug facilities? Date: Fri, 25 Dec 2015 11:51:21 +0200 Message-ID: <83wps2luue.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1451037063 11073 80.91.229.3 (25 Dec 2015 09:51:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Dec 2015 09:51:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 25 10:50:58 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aCP1U-00063E-V6 for ged-emacs-devel@m.gmane.org; Fri, 25 Dec 2015 10:50:57 +0100 Original-Received: from localhost ([::1]:34914 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCP1U-000717-9v for ged-emacs-devel@m.gmane.org; Fri, 25 Dec 2015 04:50:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCP1I-00070q-6B for emacs-devel@gnu.org; Fri, 25 Dec 2015 04:50:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aCP1D-0001Uy-7F for emacs-devel@gnu.org; Fri, 25 Dec 2015 04:50:44 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCP1D-0001Uu-3n; Fri, 25 Dec 2015 04:50:39 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3571 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aCP1C-0007m9-H8; Fri, 25 Dec 2015 04:50:38 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:196823 Archived-At: How do you debug EWW, when it fails to do something? Perhaps I'm missing something, but there doesn't seem to be any debug or log facilities in eww.el. When something goes wrong, it's useful to see a detailed log of the URLs EWW tried to fetch, including the results, and perhaps also the related logs from the url*.el APIs it invokes. That should allow finding the offending code, which can then be debugged by traditional means. Does something like that exist? If not, would it be a good idea to add them? Thanks.