Tag: debug

How to debug a website over ngrok

Payment gateways like Stripe or PayPal often send asynchronous notifications directly to an endpoint on your server. This won't work on a local development that is not accessible from the outside.
Read more about 'How to debug a website over ngrok'...

Debugging database changes while testing

I love to use xdebug and I also love coding with unit tests. It saves me a lot of time clicking around in the backend.
Read more about 'Debugging database changes while testing'...

Show filenames in templates for debugging

SilverStripe's template engine hides by default names of templates. While developing and debugging template stuff you'd like to see them in your rendered page.
Read more about 'Show filenames in templates for debugging'...
RSS feed for this blog