Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Debug Using Ngrok

Descrizione

Send debug logs to your ngrok server and view those logs of your code execution that cannot be seen or debugged in the browser.

Installation and Usage

  • Install the plugin and go to Tools => Ngrok Debug
  • Put your ngrok server url and save.
  • Call the function dungrok_send( $title, $data ); wherever in your code you want to debug.
  • View the logs in the ngrok requests inspector (usually its localhost:4040)

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Debug Using Ngrok” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog

1.0.1

  • Deploy config fixed

1.0.0

  • Initial release