Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

Debug Using Ngrok

Descripció

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)

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«Debug Using Ngrok» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

1.0.1

  • Deploy config fixed

1.0.0

  • Initial release