<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>TestMu AI — Debug (Blog &amp; Learning Hub)</title>
    <link>https://www.testmuai.com/blog/category/debug/</link>
    <atom:link href="https://www.testmuai.com/blog/category/debug/feed.xml" rel="self" type="application/rss+xml" />
    <description>The latest Debug articles from the TestMu AI Blog and Learning Hub.</description>
    <language>en-us</language>
    <lastBuildDate>Mon, 27 Aug 2018 00:00:00 +0000</lastBuildDate>
    <generator>TestMu AI feed builder</generator>
    <item>
      <title>Remote Debugging Webpages In iOS Safari</title>
      <link>https://www.testmuai.com/blog/remote-debugging-webpages-in-ios-safari/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/remote-debugging-webpages-in-ios-safari/</guid>
      <pubDate>Mon, 27 Aug 2018 00:00:00 +0000</pubDate>
      <dc:creator>Saif Sadiq</dc:creator>
      <category>Debug</category>
      <description>Remote debugging is debugging a piece of code by connecting the application running remotely with your environment of development. Generally, developers do this using a debugger which has support for remote debugging, and a small debug server running on a remote machine.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2018/08/534-x-300-4.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>A Comprehensive Guide on Reference Error: JavaScript</title>
      <link>https://www.testmuai.com/blog/reference-error-javascript/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/reference-error-javascript/</guid>
      <pubDate>Tue, 17 Apr 2018 00:00:00 +0000</pubDate>
      <dc:creator>Saif Sadiq</dc:creator>
      <category>Debug</category>
      <category>JavaScript</category>
      <category>Miscellaneous</category>
      <description>When any value is assigned to undeclared variable or assignment without the var keyword or variable is not in your current scope, it might lead to unexpected results and that’s why JavaScript presents a ReferenceError: assignment to undeclared variable &apos;x&apos; in strict mode. And this error causes a problem in execution of functions.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2018/04/JPG-1.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>syntaxerror: unexpected reserved word</title>
      <link>https://www.testmuai.com/blog/syntaxerror-reserved-word/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/syntaxerror-reserved-word/</guid>
      <pubDate>Mon, 16 Apr 2018 00:00:00 +0000</pubDate>
      <dc:creator>Robin Jangu</dc:creator>
      <category>Debug</category>
      <category>Miscellaneous</category>
      <description>Strict mode is a necessity for streamlined code and easy error debugging, but syntaxerror: unexpected reserved word can occur.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2018/04/RW.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Forgotten Callbacks, Getting a Closure</title>
      <link>https://www.testmuai.com/blog/forgotten-callbacks-getting-a-closure/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/forgotten-callbacks-getting-a-closure/</guid>
      <pubDate>Thu, 12 Apr 2018 00:00:00 +0000</pubDate>
      <dc:creator>Robin Jangu</dc:creator>
      <category>Debug</category>
      <category>Miscellaneous</category>
      <description>Old versions of internet explorers had bugs due to which memory leakage due to forgotten callbacks and closures resulted in crashing. The problem then was that they couldn’t differentiate between javascript and DOM nodes cyclic differences.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2018/04/534-x-300.gif" medium="image" type="image/gif" />
    </item>
    <item>
      <title>Why Global Variables Are Bad (And How to Avoid Them)</title>
      <link>https://www.testmuai.com/blog/why-global-variables-shouldnt-be-much-global/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/why-global-variables-shouldnt-be-much-global/</guid>
      <pubDate>Mon, 09 Apr 2018 00:00:00 +0000</pubDate>
      <dc:creator>Robin Jangu</dc:creator>
      <category>Debug</category>
      <category>Miscellaneous</category>
      <description>Global variables cause memory leaks, tight coupling, namespace pollution, and flaky tests. Learn why global variables are bad and how to avoid them.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2018/04/Dino.gif" medium="image" type="image/gif" />
    </item>
    <item>
      <title>TypeError: JavaScript</title>
      <link>https://www.testmuai.com/blog/typeerror-javascript/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/typeerror-javascript/</guid>
      <pubDate>Fri, 06 Apr 2018 00:00:00 +0000</pubDate>
      <dc:creator>Saif Sadiq</dc:creator>
      <category>Debug</category>
      <category>JavaScript</category>
      <category>Miscellaneous</category>
      <description>TypeError in JavaScript is thrown when you run an operation on a value of an incompatible type. Learn the common causes, real fixes, and how to prevent them.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2018/04/Browser-Wide.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>SyntaxError: JSON.parse: bad parsing</title>
      <link>https://www.testmuai.com/blog/syntaxerror-json-parse-bad-parsing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/syntaxerror-json-parse-bad-parsing/</guid>
      <pubDate>Thu, 05 Apr 2018 00:00:00 +0000</pubDate>
      <dc:creator>Deeksha Agarwal</dc:creator>
      <category>Debug</category>
      <category>Miscellaneous</category>
      <description>JSON or JavaScript Object Notation is a ubiquitous data format used by all sorts of mobile and web apps for asynchronous browser-server communication. JSON is an extremely popular data format,...</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2018/04/JSON.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Complete Guide To Memory Leakage Testing In JavaScript</title>
      <link>https://www.testmuai.com/blog/debugging-memory-leaks-in-javascript/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/debugging-memory-leaks-in-javascript/</guid>
      <pubDate>Sat, 31 Mar 2018 00:00:00 +0000</pubDate>
      <dc:creator>Robin Jangu</dc:creator>
      <category>Debug</category>
      <category>JavaScript</category>
      <category>Miscellaneous</category>
      <description>Learn how to perform memory leakage testing in JavaScript with expert approaches, tools, and best practices. Identify and repair leaks for more reliable JavaScript code.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2018/03/Browser-Wide.gif" medium="image" type="image/gif" />
    </item>
    <item>
      <title>JavaScript Script Errors Demystified: Troubleshooting Guide</title>
      <link>https://www.testmuai.com/blog/script-error-in-javascript/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/script-error-in-javascript/</guid>
      <pubDate>Thu, 29 Mar 2018 00:00:00 +0000</pubDate>
      <dc:creator>Deeksha Agarwal</dc:creator>
      <category>Debug</category>
      <category>JavaScript</category>
      <category>Miscellaneous</category>
      <description>Get a comprehensive guide on dealing with script errors in JavaScript. Learn best practices to prevent, detect, and resolve errors for optimized code performance.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2018/03/SE.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Range Error in JavaScript</title>
      <link>https://www.testmuai.com/blog/range-error-in-javascript/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/range-error-in-javascript/</guid>
      <pubDate>Wed, 28 Mar 2018 00:00:00 +0000</pubDate>
      <dc:creator>Robin Jangu</dc:creator>
      <category>Debug</category>
      <category>JavaScript</category>
      <category>Miscellaneous</category>
      <description>Sometimes while scripting we use functions that in the end go out of range, while performing tasks. These errors can be easily tackled, if while implementation you keep track of the ranges of variable types used.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2018/03/RE-1.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Understanding Uncaught TypeError In JavaScript</title>
      <link>https://www.testmuai.com/blog/undefined-type-error-in-javascript/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/undefined-type-error-in-javascript/</guid>
      <pubDate>Tue, 27 Mar 2018 00:00:00 +0000</pubDate>
      <dc:creator>Deeksha Agarwal</dc:creator>
      <category>Debug</category>
      <category>JavaScript</category>
      <category>Miscellaneous</category>
      <description>Learn &amp; understand what is Uncaught TypeError in JavaScript through this guide. Debugg the Uncaught TypeError and make sure your scripts are error free.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2018/03/TE.jpg" medium="image" type="image/jpeg" />
    </item>
  </channel>
</rss>
