How do I find the correct character after glibc- in sourceFileMap? #10860
Unanswered
markus-zhang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In
launch.json
I have the following config:However stepping into glibc source code doesn't work. VSCode simply flashes by but does not step into glibc source. When I press F12 on, say,
printf
it does recognize and show the file. Then I realized that I pulled the whole repo, including thelaunch.json
file, which was created from another laptop. So this is probably the reason VSCode refuses to step into library source code.I have tried very hard to find the correct combination after
/build/glibc-
with no avail. Can someone tell me how to find it? Please do not point me to any GitHub issue as I have searched through perhaps most of them. This is also a clean VSCode install so there is no skipFile setting either.Beta Was this translation helpful? Give feedback.
All reactions