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

Function _write_variable_response

_pydevd_bundle/pydevd_comm.py:955–959  ·  view source on GitHub ↗
(py_db, request, value, success, message)

Source from the content-addressed store, hash-verified

953
954
955def _write_variable_response(py_db, request, value, success, message):
956 body = SetVariableResponseBody("")
957 variables_response = pydevd_base_schema.build_response(request, kwargs={"body": body, "success": False, "message": message})
958 cmd = NetCommand(CMD_RETURN, 0, variables_response, is_json=True)
959 py_db.writer.add_command(cmd)
960
961
962@silence_warnings_decorator

Callers 1

Calls 3

NetCommandClass · 0.90
add_commandMethod · 0.45

Tested by

no test coverage detected