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

Function _set_expression_response

_pydevd_bundle/pydevd_comm.py:1346–1349  ·  view source on GitHub ↗
(py_db, request, error_message)

Source from the content-addressed store, hash-verified

1344
1345
1346def _set_expression_response(py_db, request, error_message):
1347 body = pydevd_schema.SetExpressionResponseBody(value="")
1348 variables_response = pydevd_base_schema.build_response(request, kwargs={"body": body, "success": False, "message": error_message})
1349 py_db.writer.add_command(NetCommand(CMD_RETURN, 0, variables_response, is_json=True))
1350
1351
1352def internal_set_expression_json(py_db, request, thread_id):

Callers 1

Calls 2

NetCommandClass · 0.90
add_commandMethod · 0.45

Tested by

no test coverage detected