Roblox API Reference

DebuggerUIService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (10)

Type Member History
void EditBreakpoint (int metaBreakpointId) 502
void EditWatch (string expression) 514
bool IsConnectionForPlayDataModel (int debuggerConnectionId) 511
void OpenScriptAtLine (string guid, int debuggerConnectionId, int line, bool showErrorOnFail) 506 529
void Pause () 504
void RemoveScriptLineMarkers (int debuggerConnectionId, bool allMarkers) 513
void Resume () 504
void SetCurrentThreadId (int debuggerThreadId) 515
void SetScriptLineMarker (string guid, int debuggerConnectionId, int line, bool lineMarkerType) 513
ExpressionAdded (string expression) 531
51 members inherited from Instance

Removed member index (1)

Type Member History
void SetCurrentFrameId (int debuggerThreadId, int debuggerFrameId) 548 551

History

Members

EditBreakpoint On DevHub

Name Type Default
metaBreakpointId int none

History

EditWatch On DevHub

Name Type Default
expression string none

History

ExpressionAdded On DevHub

Name Type Default
expression string none

History

IsConnectionForPlayDataModel On DevHub

Name Type Default
debuggerConnectionId int none

History

OpenScriptAtLine On DevHub

Name Type Default
guid string none
debuggerConnectionId int none
line int none
showErrorOnFail bool none

History

Pause On DevHub

Name Type Default
No parameters.

History

RemoveScriptLineMarkers On DevHub

Name Type Default
debuggerConnectionId int none
allMarkers bool none

History

Resume On DevHub

Name Type Default
No parameters.

History

SetCurrentThreadId On DevHub

Name Type Default
debuggerThreadId int none

History

SetScriptLineMarker On DevHub

Name Type Default
guid string none
debuggerConnectionId int none
line int none
lineMarkerType bool none

History

Removed members

SetCurrentFrameId

Name Type Default
debuggerThreadId int none
debuggerFrameId int none

History