Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

Debug Using Ngrok

Opis

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)

Recenzije

Nema recenzija za ovaj dodatak.

Suradnici i Programeri

“Debug Using Ngrok” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Prevedite “Debug Using Ngrok” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

1.0.1

  • Deploy config fixed

1.0.0

  • Initial release