0

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.

Mats391
  • 1,199
  • 7
  • 12
  • 1
    It's been a while, but I think this should still work: In the breakpoints window, click "Add breakpoint" and then enter the name of the function at which you want to break. This inserts a breakpoint at the start of that function. – PMF Jan 20 '21 at 12:28
  • I tried that, but it always returns that it cannot find the function. – Mats391 Jan 20 '21 at 12:32

0 Answers0