Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Hi,
Here is some additional information:
- When installing visualizers, you don’t have to shut down the IDE just restart your debugging sessions.
- Tracepoints are like System.Diagnostics.Trace ,but it doesn’t go to all of the trace locations, mainly it is for, while you are debugging
- Another alternative, instead of setting the <Serializable()>, you can derive a class from VisualizerObjectSource to handle the serialization.
Articles