Select Git revision
StartServer.cs
-
Stefan Richter authored
Increased saved IPslots and its UI from 3 to 5. New Configfile entries with Subdomains. Updated Streamingassets folder and OS will only be checked once.
Stefan Richter authoredIncreased saved IPslots and its UI from 3 to 5. New Configfile entries with Subdomains. Updated Streamingassets folder and OS will only be checked once.
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
{
}
}