News Feed
Jobs Feed
Sections




News Archive
Kevin Schroeder's Blog:
Debugging a mobile app
October 18, 2010 @ 08:45:06

Kevin Schroeder has been working on a Zend Framework-based mobile application (Android) and ran up against a debugging issue that he would normally solve with features of his IDE, but since those weren't available on the device, he got a bit more creative.

The solution is similar to what I did with Debugging an RPC call in Zend Framework. What this does is set the cookies from the remote browser to debug on the local instance of the Zend debugger. To kick it off simply open up the URL to the debug kickoff page. That will set the cookies in your mobile browser. Then go to the page that you want to debug from your mobile phone and reload it.

He includes the code you'll need (a method to drop into your Controller) to make that debugging work. It sets up an array of cookie values and, when the page to debug is reloaded, those values will be set again and the IDE (in his case, Zend Studio) will catch them as a key to start debugging.

0 comments voice your opinion now!
zendstudio debug mobile application zendframework


blog comments powered by Disqus

Similar Posts

Scott Mattocks' Blog: Crisscott OnForce Client Desktop

Pádraic Brady's Blog: Complex Web Pages with the Zend Framework?

Community News: Limb3 PHP Framework

Adam Jensen's Blog: Using Zend_Acl with Doctrine record listeners

Jeroen Keppens' Blog: Create a modular application with Zend Framework


Community Events











Don't see your event here?
Let us know!


series functional interview development opinion conference language phpunit database framework release usergroup podcast introduction community symfony symfony2 zendframework2 testing rest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework