-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Using TRACE32, I remarked that the current pointer in VSCode should be on the next line.
I can see this request :
14:35:56 ➡️ Sending CStackTrace/1 StackTracegetContext["FP1.2.0.root","FP0.2.0.root"]
14:35:56 ⬅️ Parsing async result StackTrace/1
14:35:56 ⬅️ Parsing async result StackTrace/1
14:35:56 ⬅️ Received Result StackTrace/1 ["[{\"ID\":\"FP1.2.0.root\",\"ParentID\":\"root\",\"ProcessID\":\"root\",\"Index\":1,\"Level\":1,\"Walk\":true,\"FP\":536882928,\"FuncID\":\"@S100.0_2000047C.0_2000047B.10000000.i0.0_0\",\"IP\":536872066,\"RP\":536872066},{\"ID\":\"FP0.2.0.root\",\"ParentID\":\"root\",\"ProcessID\":\"root\",\"Index\":0,\"Level\":2,\"TopFrame\":true,\"Walk\":true,\"FP\":536882792,\"FuncID\":\"@S20.0_2000127C.0_200016AF.10000000.i0.0_0\",\"IP\":536876030}]","null",""]
then this one:
14:35:56 ➡️ Sending CLineNumbers/1 LineNumbersmapToSource "root" 536876029 536876030
The correct request should be:
14:35:56 ➡️ Sending CLineNumbers/1 LineNumbersmapToSource "root" 536876030 536876031
Metadata
Metadata
Assignees
Labels
No labels