Skip to content

Commit

Permalink
Add instructions about enabling breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsha committed Oct 28, 2024
1 parent 3179d2e commit 36a1f0f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<img alt="Select which library to compile" src="./.bonsai/build-and-run.png" width="60%" />
<img alt="Select which library to compile" src="./images/build-and-run.png" width="60%" />

### 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)
Binary file added images/build-and-run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/enable-child-process-checkbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/enable-child-process-navigation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/enable-native-code-debugging-checkbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 36a1f0f

Please sign in to comment.