diff --git a/README.md b/README.md
index b2f3c6fa..8219c7e9 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
+ 
+ - Confirm the following option is checked:
+ 
+1. Enable mixed debugging
+ - Navigate to debug properties
+ 
+ - Confirm the following option is checked:
+ 
\ 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 00000000..a2e8e83a
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 00000000..7392c181
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 00000000..0a3e5538
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 00000000..ad2688e2
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 00000000..30701168
Binary files /dev/null and b/images/enable-native-code-debugging-navigation.png differ