@@ -700,7 +700,7 @@ defmodule ElixirLS.DebugAdapter.ServerTest do
700
700
7 ,
701
701
"stackTrace" ,
702
702
"invalidArgument" ,
703
- "threadId not found: {threadId}" ,
703
+ "Unable to find process pid for DAP threadId {threadId}" ,
704
704
% { "threadId" => "\" not existing\" " } ,
705
705
_ ,
706
706
_
@@ -739,7 +739,7 @@ defmodule ElixirLS.DebugAdapter.ServerTest do
739
739
10 ,
740
740
"next" ,
741
741
"invalidArgument" ,
742
- "threadId not found: {threadId}" ,
742
+ "Unable to find process pid for DAP threadId {threadId}" ,
743
743
% { "threadId" => "\" not existing\" " } ,
744
744
_ ,
745
745
_
@@ -752,7 +752,7 @@ defmodule ElixirLS.DebugAdapter.ServerTest do
752
752
11 ,
753
753
"stepIn" ,
754
754
"invalidArgument" ,
755
- "threadId not found: {threadId}" ,
755
+ "Unable to find process pid for DAP threadId {threadId}" ,
756
756
% { "threadId" => "\" not existing\" " } ,
757
757
_ ,
758
758
_
@@ -765,7 +765,7 @@ defmodule ElixirLS.DebugAdapter.ServerTest do
765
765
12 ,
766
766
"stepOut" ,
767
767
"invalidArgument" ,
768
- "threadId not found: {threadId}" ,
768
+ "Unable to find process pid for DAP threadId {threadId}" ,
769
769
% { "threadId" => "\" not existing\" " } ,
770
770
_ ,
771
771
_
@@ -778,7 +778,7 @@ defmodule ElixirLS.DebugAdapter.ServerTest do
778
778
13 ,
779
779
"continue" ,
780
780
"invalidArgument" ,
781
- "threadId not found: {threadId}" ,
781
+ "Unable to find process pid for DAP threadId {threadId}" ,
782
782
% { "threadId" => "\" not existing\" " } ,
783
783
_ ,
784
784
_
@@ -808,8 +808,8 @@ defmodule ElixirLS.DebugAdapter.ServerTest do
808
808
7 ,
809
809
"stackTrace" ,
810
810
"invalidArgument" ,
811
- "process not paused: {threadId}" ,
812
- % { "threadId" => ^ thread_id_str } ,
811
+ "Process with threadId {threadId} and pid {pid} is not paused " ,
812
+ % { "threadId" => ^ thread_id_str , "pid" => _ } ,
813
813
_ ,
814
814
_
815
815
)
0 commit comments