Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:create:debugging [22.09.2017 17:22] johannes.lotzen:create:debugging [22.09.2017 17:33] johannes.lotz
Line 116: Line 116:
 ==== Example ==== ==== Example ====
  
-The following PHP code shall after a value of the sum of 25 jump directly to another page of the survey and there (above other questions) show a specific text information -- but the text cannot be found:+The following PHP code shall if the value of the sum is 25 jump directly to another page of the survey and there (above other questions) show a specific text information -- but the text cannot be found:
  
 <code php> <code php>
Line 137: Line 137:
  
  
-===== Fehlersuche in JavaScript =====+===== Finding Bugs in Java =====
  
-Während PHP-Code von SoSci Survey auf dem Befragungsserver ausgeführt wirdläuft [[de:create:javascript|JavaScript]] im Browser beim TeilnehmerEntsprechend ist der Browser auch dafür verantwortlich, Fehler und Informationen anzuzeigen.+While the PHP code of SoSci Survey is being executed on the server, [[de:create:javascript|JavaScript]] will run in the browser of the participantAccordingly the browser is responsible for finding errors and information.
  
-Dafür wird die Fehlerkonsole des Browsers benötigtDiese findet man -- je nach Browser -- an unterschiedlicher Stelle ([[http://webmasters.stackexchange.com/a/77337/30902|Shortcuts (engl.)]], [[https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis|Wordpress (engl.)]], [[http://www.stramaxon.com/2013/10/developer-tools-in-browser.html|How to Open Developer Tools (engl.)]]).+To do so, the error log is neededOne can find it -- depending on the browser -- at different places. 
 +([[http://webmasters.stackexchange.com/a/77337/30902|Shortcuts (engl.)]], [[https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis|Wordpress (engl.)]], [[http://www.stramaxon.com/2013/10/developer-tools-in-browser.html|How to Open Developer Tools (engl.)]]).
  
-Verwenden Sie den Befehl ''console.log()'', um zusätzliche Informationen in der Fehlerkonsole anzuzeigenSo würde der folgende JavaScript-Code z.Bnach einem Element mit der HTML-ID "AB01_01" suchen -- und in der Fehlerkonsole anzeigen, was er gefunden hat.+Use the command ''console.log()'' to find additional information in the error logAccordingly, the following Java script code would, e.g., look for an element with the HTML-ID "AB01_01" -- and display the same in the error log if it finds it
  
 <code html> <code html>
Line 154: Line 155:
 </code> </code>
  
-Aktuelle Browser haben zusätzlich einen "Inspektoroder "DOM Explorer" o.ä., welcher es erlaubteinfach auf ein Objekt der Fragebogenseite zu klicken (z.Bauf ein Eingabefeld)um zusätzliche Informationen (z.B. den HTML_Code inkl. HTML-ID) zum Objekt anzeigen zu lassen.+Browsers nowadays additionally offer an "inspectoror "DOM Explorer" or the likeThis allows for clicking on an item on a given page of the survey (a text boxfor example)to find further information (e.g., the HTML_Code inclthe HTML-ID) of said item.
en/create/debugging.txt · Last modified: 04.09.2023 21:31 by admin
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki