Difference between revisions of "AppSuite:Debugging the server"

(Created page with "<div class="title">Debugging the UI</div> '''Synopsis:''' A collection of hints to debug during server development. __TOC__ == Do my cookies reach the server? == <pre class=...")
 
Line 1: Line 1:
 
<div class="title">Debugging the UI</div>
 
<div class="title">Debugging the UI</div>
'''Synopsis:''' A collection of hints to debug during server development.
+
'''Synopsis:''' A collection of hints to debug during server development. This is a sister page of [[Appsuite:Debugging the UI|Debugging the UI]]
  
 
__TOC__
 
__TOC__

Revision as of 12:33, 3 July 2014

Debugging the UI

Synopsis: A collection of hints to debug during server development. This is a sister page of Debugging the UI

Do my cookies reach the server?

ngrep -W byline -t -d $whateverinterface '' 'port 8009' | grep --color -E "^T.*$|$"