❔ Data breakpoints in MSVS
Hi, am having problems setting up data breakpoints (break when variable changes) in MSVS for C#. I've looked through numerous google articles but the option doesn't exist when I right click (it isn't even greyed out, it's just flat out not there).
I am using community edition Visual Studio 2022
10 Replies
what version of .NET are you using
Does that affect it? I'm in unity atm, i can try to check if it works with .net
yes, it will not work with unity
don't see any data breakpoints in dotNet either
this is .NET 6.0
you need to do it from the watch window
Oh
what frameworks is it known to work on/not work on?
.NET Core 3.x or later
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.