J
Jason
In the c++ debugger I could give it a memory address of some data and it
would break when that data changed. It is very helpful when you have a
single value change of a large amount of code and you just want to know
what/where/why its changing. I tried to hook it up like I in C++, opening up
the new break point window, going to the data tab and supplying a pointer...
just for fun I put in the var name ( since there are no pointers in c# ) hit
ok and I got the message.
"C# does not support Data Breakpoints"
Is there some other way of achieving the same task? Like I said it is
immensely helpful in some debugging situations, usually the worst
situations.
would break when that data changed. It is very helpful when you have a
single value change of a large amount of code and you just want to know
what/where/why its changing. I tried to hook it up like I in C++, opening up
the new break point window, going to the data tab and supplying a pointer...
just for fun I put in the var name ( since there are no pointers in c# ) hit
ok and I got the message.
"C# does not support Data Breakpoints"
Is there some other way of achieving the same task? Like I said it is
immensely helpful in some debugging situations, usually the worst
situations.