Debugging CSharp Transform Scripts #974
-
Hi Bonsai team, I am curious about how can I debug the C# program associated to one of the transforms used in my workflow if I use VS Code as my code editor. I read the instructions here: https://bonsai-rx.org/docs/create-package/ , but it seems like this method does not work with VS Code. May I have some advice on that? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You wont be able to have breakpoints in VSCode. There are several reasons for this, one of them being that extension only gets compiled by bonsai when the latter reloads. However, something super useful when scripting in VSCode is autocomplete. Make sure to install NET Framework 4.7.2 Developer Pack to enable it. |
Beta Was this translation helpful? Give feedback.
You wont be able to have breakpoints in VSCode. There are several reasons for this, one of them being that extension only gets compiled by bonsai when the latter reloads.
However, something super useful when scripting in VSCode is autocomplete. Make sure to install NET Framework 4.7.2 Developer Pack to enable it.