diff --git a/README.md b/README.md
index b2f3c6f..8219c7e 100644
--- a/README.md
+++ b/README.md
@@ -18,4 +18,17 @@ Acquisition System](https://open-ephys.github.io/onix-docs).
- Run the Bonsai application installed in step 1
- Instruct Bonsai to load the compiled library
-
+
+
+### Enable breakpoints
+
+1. Enable child process debugging
+ - Navigate to child process debugging settings
+ ![Navigate to child process menu](./images/enable-child-process-navigation.png)
+ - Confirm the following option is checked:
+ ![Enable child process](./images/enable-child-process-checkbox.png)
+1. Enable mixed debugging
+ - Navigate to debug properties
+ ![Navigate to debug properties](./images/enable-native-code-debugging-navigation.png)
+ - Confirm the following option is checked:
+ ![Enable native code debugging](./images/enable-native-code-debugging-checkbox.png)
\ No newline at end of file
diff --git a/images/build-and-run.png b/images/build-and-run.png
new file mode 100644
index 0000000..a2e8e83
Binary files /dev/null and b/images/build-and-run.png differ
diff --git a/images/enable-child-process-checkbox.png b/images/enable-child-process-checkbox.png
new file mode 100644
index 0000000..7392c18
Binary files /dev/null and b/images/enable-child-process-checkbox.png differ
diff --git a/images/enable-child-process-navigation.png b/images/enable-child-process-navigation.png
new file mode 100644
index 0000000..0a3e553
Binary files /dev/null and b/images/enable-child-process-navigation.png differ
diff --git a/images/enable-native-code-debugging-checkbox.png b/images/enable-native-code-debugging-checkbox.png
new file mode 100644
index 0000000..ad2688e
Binary files /dev/null and b/images/enable-native-code-debugging-checkbox.png differ
diff --git a/images/enable-native-code-debugging-navigation.png b/images/enable-native-code-debugging-navigation.png
new file mode 100644
index 0000000..3070116
Binary files /dev/null and b/images/enable-native-code-debugging-navigation.png differ