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.
Saradnici i programeri
“Debug Using Ngrok” is open source software. The following people have contributed to this plugin.
DoprinositeljiPrevedi “Debug Using Ngrok” na vaš jezik.
Zainteresirani za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.
Zapis promijena
1.0.1
- Deploy config fixed
1.0.0
- Initial release