Wiki ArticleMinecraft stubsStubsBedrock EditionMinecraft Education
/script
Debugging options for GameTest Framework.
This article is a stub.
This feature is exclusive to Bedrock Edition and Minecraft Education.
/script| Permission level required |
2 |
|---|---|
| Restrictions | Cheat only |
Debugging options for GameTest Framework.
Syntax
script debugger close- Close a debugger.
script debugger connect [host: string] [port: int]- Connect to a debugger.
script debugger listen <port: int>- List a debugger.
script profiler start- Start profiler.
script profiler stop- Stop profiler.
script watchdog exportstats- Export watchdog stats.
Arguments
host: string: basic_string
- Debugger's host
- Must be a string. And it must be a single word that has no space or a double-quoted string (When quoted,
\can be used to escape characters).
port: int: int
- Port of the debugger
- Must be a [Int]32-bit integer number (from -2147483648 (-231) to 2147483647 (231-1) ).
Result
This section needs expansion.
You can help by .
Output
This section needs expansion.
You can help by .
Example
This section needs expansion.
You can help by .
History
| Bedrock Edition | |||||||
|---|---|---|---|---|---|---|---|
| 1.19.0 | beta 1.19.0.30 | Added /script. | |||||
| 1.19.30 | Preview 1.19.30.22 | Added /script watchdog exportstats. | |||||
See also
/scriptevent— a command that triggers a script event
External links
- "
/scriptCommand" – Microsoft Learn, September 10, 2025.