开发者

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 us开发者_运维知识库e 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:

Debugging tools and tips for dual execution environment of KRL

Firebug Net tab filtering by JavaScript resource:

Debugging tools and tips for dual execution environment of KRL

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

Debugging tools and tips for dual execution environment of KRL

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜