N
N
Nikita Presnov2020-09-09 19:20:43
linux
Nikita Presnov, 2020-09-09 19:20:43

How to prevent vs code from debugging glibc?

5f5900d470537422364404.png
How to prevent VSC from debugging such things?
There's a simple printf.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikita Presnov, 2021-04-03
@discipuli

Not yet.
Usually they go into assembler, but Microsoft stubbornly refuses to listen to people and add assembler and a couple of other low-level functions to its extension.

J
jcmvbkbc, 2020-09-10
@jcmvbkbc

How to prevent VSC from debugging such things?

It's not clear what exactly you want. So that debugging does not go into libc? Use step over instead of step into. Get out of the wilds of libc if execution stopped internally at a data access breakpoint? Use finish to stop after exiting the function.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question