The breakpoint at the start of the function is hit and I can see that but after that it doesn't step through the function rather it just jumps instead of stepping through so I can verify all the variables
Asked
Active
Viewed 97 times
0
-
Are you in source mode or in assembly mode? release or debug version of the binary? – Neitsa Sep 05 '21 at 09:40
-
Debug version and source mode – harrySherlock Sep 05 '21 at 20:24
-
That's too little information, IMHO. Can you show commands, source, assembly, ...? What programming language? Does the compiler and/or linker produce good PDBs? Are the symbols correct? – Thomas Weller Sep 06 '21 at 18:23