Replies: 1 comment 1 reply
-
I tested this out on Visual Studio IDE on Windows OS and there also only one of the functions appears in the breadcrumbs list and not the other. So, this does not seem to be a problem with VSCode alone or only with linux or Windows alone. Weird but rather persistent bug! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a class implementation file with multiple functions defined. In VSCode, as I navigate the file, in the breadcrumbs view, some of the function names are displayed while others are not.
Please see this animated gif to see what I am referring to: https://i.stack.imgur.com/m9ABT.gif
For instance, anywhere inside function SV::checkconsistency(), the breadcrumbs are correctly displayed on top with the name of this outer function. This is true even when I am on line std::abort within this function.
When I then navigate down to function SV::Phase1(), breadcrumbs no longer displays the function name. Instead, it shows ... When I step on std::abort in this function, std::abort is displayed in breadcrumbs.
This is happening on VSCode 1.60.0 on ubuntu.
Should I be forcing generation of some symbols? This code compiles and runs fine. The above behavior occurs when the file is fully saved on disk.
Beta Was this translation helpful? Give feedback.
All reactions