Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

current pointer not in correct position #6

Open
wwbenayed opened this issue Dec 20, 2023 · 0 comments
Open

current pointer not in correct position #6

wwbenayed opened this issue Dec 20, 2023 · 0 comments

Comments

@wwbenayed
Copy link

wwbenayed commented Dec 20, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant