-
Notifications
You must be signed in to change notification settings - Fork 1
5 faq
navTitle: FAQ navSubTitle: Frequently Asked Questions title: Kadira Debug - Frequently Asked Questions
Kadira Debug UI directly connects to your locally running app via DDP. Then it can collect data from both your server and the browser and display it in a nice interface. If you'd like to learn more, have a look at this repo.
Not necessarily. Kadira Debug collects, aggregates and sends data in an effective way. So, it won't add any noticeable overhead to your app. If it does, open an issue. We'd love to fix it.
Kadira Debug is a debugOnly package. It will not go into the production build of your app. It also does not send or route data outside of your machine. Kadira Debug UI directly connects to your app via DDP. No proxies. No hacks.
Did you notice we're using a different domain for Kadira Debug? Here it is: http://debug.kadiraio.com/debug. That's because of a security feature of modern browsers.
Browsers restrict HTTPS web pages from accessing non-HTTPS content. So, if we serve Kadira Debug on a *.kadira.io domain with HTTPS, we can't connect to localhost. That's why we're using a seperate domain without HTTPS.
This is secure since we don't communicate with Kadira Servers inside Kadira Debug. Even if we do it in the future, we'll use some other techniques to make sure the DDP connection is always secure.
Yes and No. Checkout this repo. It's the core of Kadira Debug and how we collect data. It's open source under MIT license. But, our Kadira Debug UI is not open source.
You don't need to have a Kadira or Meteor Account to use Kadira Debug.
Yes, it does. In "Nitrous.io", your app runs as a dev app. So, it'll work. Just enter the app URL. Likewise, it'll work with any other cloud development environment. Additionally, Kadira Debug also works if you deploy your app with the debug mode (--debug flag).
React is becoming the standard for UI components. Meteor is supporting it officially soon. React support is planned and we'll have it soon.
Submit an issue on Kadira Debug repo. If you need to send us a private message, send it to support@kadira.io.