Exemple #1
0
        public void Attach(IDebuggable target)
        {
            _dataContext = new BreakpointsViewModel(target, this);
            _dataContext.Attach();
            Bind();

            _binding.DataContext = _dataContext;
        }
 public void WhenPdbIsNull_ReturnsNull()
 {
     var actual = BreakpointsViewModel.FindMatchingLine(null, default, default);