Questions tagged [debug]

11 questions
94
votes
2 answers

How do I open the JavaScript console in different browsers?

Web browsers provide a JavaScript console as part of their developer tools. This console is useful for the following reasons: Errors and warnings that occur on a web page are logged into the console. JavaScript commands for interacting with a web…
Šime Vidas
  • 868
  • 2
  • 11
  • 18
7
votes
3 answers

The Internet Archive's Wayback Machine thinks all my Web site's pages are unreachable: why?

The Internet Archive experienced an attack roughly a month ago and brought all its services offline. Roughly last week, they brought the Wayback Machine's “save page now” service back online. I have since then used it successfully to save a number…
Gro-Tsen
  • 171
  • 1
  • 5
3
votes
2 answers

Troubleshooting websites on gaming consoles

I realize that questions like "suggest a tool" are usually not allowed, but I would like to pick your brains for a good way to troubleshoot websites on gaming consoles (PS3/4 , Xbox360/One and others). Since the browsers that come with these…
Roman Mik
  • 213
  • 2
  • 5
2
votes
1 answer

How to debug a file called by 3rd party

I have a script that is being called by a 3rd party script, but it doesn't work. I can see in the logs that the file is in fact being called, just nothing happends. How do you debug a file called by a 3rd party? I can't call the file from the…
Martijn
  • 6,806
  • 19
  • 36
2
votes
2 answers

How to debug Google Analytics when it it only works on my HTTPS site?

I have two websites that I would like to monitor and have created to google accounts for them: https://secure.example.com.au (secure sub-domains only) http://*.example.com.au (all domains including sub-domains) After I created the accounts and…
supmethods
  • 121
  • 1
2
votes
2 answers

Laravel Detailed Error Page Lost

I want to see all problems when a file can't loaded e.g. I used to do it but now I can't. The only thing I get when a problem occurs is Whoops, looks like something went wrong. How can I change this to detailed error? How can I see which line has…
2
votes
0 answers

How to determine how much memory 1 million particles in WebGL is using

I would like to know how much memory is being used by a system of 1 million particles in WebGL: I am not really too sure on what to look for in the performance/memory panels in the Chrome devtools / debugger. Basically I would like to learn how…
Lance Pollard
  • 581
  • 5
  • 11
1
vote
1 answer

Local site with xdebug enabled is very slow

My situation. I have local site with magento on Open Server, I'm working with Sublime Text 3. Now I'm need to use xdebug (if there is some alternative with breakpoints and ties with IDE, I'm open). The fact is, then xdebug is enabled, site is very…
mr4eshir
  • 13
  • 2
1
vote
0 answers

GTM Container not found in Preview mode

I got access to this Google Tag Manager (GTM) account. Tags and triggers seem to work and appear in Google Analytics reports. But the preview mode in GTM doesn't allow me to do anything. You can see that I only have the Universal Analytics container…
1
vote
2 answers

Do errors in Javascript (console errors like reference errors) affect SEO?

Suppose I have an error in my console on a couple of pages, like the following: (index):239 Uncaught ReferenceError: incom is not defined at (index):239 at dispatch (jquery.min.js?ver=1.8.3:2) at u (jquery.min.js?ver=1.8.3:2) Does this,…
Siyah
  • 406
  • 3
  • 10
1
vote
3 answers

GA Limit of 500 hits per session - workarounds & awareness?

We're currently walking the fine line between gathering as much data about the user journey and interaction with the site - and also being aware of our 500 or bust limit that GA analytics imposes on us. Does anybody know of an approach that we can…