Select Git revision
DisableCommand.cs
StepIntoCommand.cs 294 B
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Debugger
{
/// <summary>
/// Steps into the function call.
/// </summary>
[Command(ProtocolName.Debugger.StepInto)]
public class StepIntoCommand
{
}
}