MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / request_change_variable

Method request_change_variable

_pydevd_bundle/pydevd_api.py:327–331  ·  view source on GitHub ↗

:param scope: 'FRAME' or 'GLOBAL'

(self, py_db, seq, thread_id, frame_id, scope, attr, value)

Source from the content-addressed store, hash-verified

325 py_db.post_method_as_internal_command(thread_id, internal_reload_code, seq, module_name, filename)
326
327 def request_change_variable(self, py_db, seq, thread_id, frame_id, scope, attr, value):
328 """
329 :param scope: 'FRAME' or 'GLOBAL'
330 """
331 py_db.post_method_as_internal_command(thread_id, internal_change_variable, seq, thread_id, frame_id, scope, attr, value)
332
333 def request_get_variable(self, py_db, seq, thread_id, frame_id, scope, attrs):
334 """

Callers 1

cmd_change_variableMethod · 0.80

Calls 1

Tested by

no test coverage detected