Summary: Information about debugging. Reviewed By: passy Differential Revision: D15198711 fbshipit-source-id: 587bca43d99908b666c58bb5279fadb61219e9a1
11 lines
591 B
Markdown
11 lines
591 B
Markdown
---
|
|
id: debugging
|
|
title: Debugging
|
|
---
|
|
|
|
Flipper is built on Electron which itself is built on Chromium. This means we can debug Flipper using Chrome's developer tools. Flipper will also automatically install the React devtools extension allowing you to have better insight into what is going on in your plugin.
|
|
|
|
You can open the dev tools from the menu with `View` > `Toggle Developer Tools` or pressing ⌥⌘I on a Mac.
|
|
|
|
In addition to helping you with the JavaScript, the JS console will also display uncaught exceptions thrown from the client plugin in response to Flipper method calls.
|