Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

screepsmod-user-script-debug

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

screepsmod-user-script-debug

[![NPM](https://nodei.co/npm/screepsmod-user-script-debug.png)](https://npmjs.org/package/screepsmod-user-script-debug)

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

NPM

screepsmod-user-script-debug

Local server mod for debugging user scripts.

Launches runner with --debug 6001, disables relaunch, gives all users infinite CPU.

Manual steps

Runners count must be limited to 1 in .screepsrc

runners_cnt = 1

Connecting from VSCode

Create launch configuration .vscode/launch.json

{
	"version": "0.2.0",
	"configurations": [
		{
			"type": "node",
			"request": "attach",
			"name": "Attach to Process",
			"port": 6001,
		}
	]
}

FAQs

Package last updated on 11 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts