This feature is unique to the Java version.Debug
Permanent level | 3 | Limited conditions | Do not execute on the command block |
---|
Start or end the debugging session.
grammar Debug (Start | Stop | Function)
Parameters
Start
Start a new debugging analyzer session.
Stop
End the existing debug analyzer session.
FUNCTION
Execute the function and get the details when the execution function is obtained.Effect
If you try to start debugging the session when the existing debugging session, or try it when you have no attempt, it fails.
If successful, start or end the debugging session.During debugging, the reminder of the potential performance bottleneck is recorded on the console.When stopped, create a analysis result in the "Debug" folder.