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 (13)

Type Member History
null EditBreakpoint (int metaBreakpointId) 502 573
null EditWatch (string expression) 514 573
bool IsConnectionForPlayDataModel (int debuggerConnectionId) 511
null OpenExceptionMessagePopup (string exceptionMessage, int pausedLine) 588
null OpenScriptAtLine (string guid, int debuggerConnectionId, int line, bool showErrorOnFail) 506 529 573
null Pause () 504 573
null RemoveScriptLineMarkers (int debuggerConnectionId, bool allMarkers) 513 573
null Resume () 504 573
null SetCurrentThreadId (int debuggerThreadId) 515 573
null SetScriptLineMarker (string guid, int debuggerConnectionId, int line, bool lineMarkerType) 513 573
null SetWatchExpressions (Array expressions) 580
ExpressionAdded (string expression) 531
ExpressionsCleared () 580
57 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

ExpressionsCleared On DevHub

Name Type Default
No parameters.

History

IsConnectionForPlayDataModel On DevHub

Name Type Default
debuggerConnectionId int none

History

OpenExceptionMessagePopup On DevHub

Name Type Default
exceptionMessage string none
pausedLine 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

SetWatchExpressions On DevHub

Name Type Default
expressions Array none

History

Removed members

SetCurrentFrameId

Name Type Default
debuggerThreadId int none
debuggerFrameId int none

History