/// @brief Set an immediate breakpoint.
 /// This method is for isolate the access to the underline Chip.
 /// @since V15.03.26 - Added.
 public void BreakPoint()
 {
     if (Chip != null)
     {
         Chip.BreakPoint();
     }
 }
Beispiel #2
0
 /// @brief Set an immediate breakpoint.
 /// This method is for isolate the access to the underline Chip.
 /// @version V15.03.26 - Added.
 public void BreakPoint()
 {
     Chip.BreakPoint();
 }