简体   繁体   中英

Debugging tools and tips for dual execution environment of KRL

Because of the dual execution environment of KRL, I'm looking for better ways to debug my Kynetx applications.

  • What applications can I run on my local computer to help with debugging Kynetx apps that interact with the web domain?
  • What web services could I use to help debug applications as my users are using the app?
  • What tools can I use to help debug twilio or webhook domain Kynetx applications?
  • What tools can I use to monitor the uptime of a web domain Kynetx application?

Web domain debugging of KRL events

Using the Firebug Net tab is really great for getting event responses when working in the web domain. You can filter by type, view the event url, and the response from the Kynetx server.

Firebug Net tab showing all resources loaded on stackoverflow.com:

替代文字

Firebug Net tab filtering by JavaScript resource:

替代文字

Firebug Net tab showing request parameters of pageview event being raised to Kynetx server by bookmarklet:

替代文字

You can also view the response which is where the server log will be if logging is turned on in your app.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM