I am debugging a native program and only have symbols of some of the assemblies. For one of the assemblies I do have symbols (d3dx9_43.dll in this case), I want to set a breakpoint in certain functions. How can you navigate to a function within the disassembly window for Visual Studio or set a function breakpoint using the symbols?
I found this MS documentation, but this way of addressing does not seem to work. I also found other related questions, but they do lack an answer for this use-case. This one has no answer and this only answers how to navigate to a hex address.