Select Git revision
ConsoleProfileStartedEvent.cs
RemoveBreakpointCommandResponse.cs 327 B
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Debugger
{
/// <summary>
/// Removes JavaScript breakpoint.
/// </summary>
[CommandResponse(ProtocolName.Debugger.RemoveBreakpoint)]
public class RemoveBreakpointCommandResponse
{
}
}