Skip to content

Commit c5468d3

Browse files
committed
Более правильное поведение протокола
1 parent 1267d92 commit c5468d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DebugServer/OscriptDebugSession.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,7 @@ public override void Evaluate(Response response, dynamic arguments)
400400
var context = (string) arguments.context;
401401
if (context != "watch")
402402
{
403-
var result = new EvaluateResponseBody("Подсказка по значению пока не поддерживается");
404-
SendResponse(response, result);
403+
SendResponse(response);
405404
return;
406405
}
407406

0 commit comments

Comments
 (0)