You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simply download the `RaspberryDebugger.vsix` file to your workstation and double-click it to have Visual Studio install it.
18
18
19
-
**IMPORTANT:** Raspberry Debugger is not currently compatible with any .NET 5 SDKs. If you have a .NET 5 SDK installed you'll need to add this `global.json` file to your project or solution directory so your project will be built using the latest installed .NET 3.1.x SDK:
20
-
21
-
Save as **global.json** file:
22
-
```
23
-
{
24
-
"sdk": {
25
-
"version": "3.1.100",
26
-
"rollForward": "latestMinor"
27
-
}
28
-
}
29
-
```
30
-
31
19
### Getting Started:
32
20
33
21
Visit our GitHub project for instructions: https://github.com/nforgeio/RaspberryDebugger
0 commit comments