Stupid VS.net: function debugging or is it me ?
Hi,
I'm using VS.net on Windows 2000 to write and debug c++ programs.My problem is when it comes to debugging.I want to step through the application and watch the contents of the variables.This works fine until I start get to a function call.This hightlights the current line of code but then leaves my code and jumps into the libraries that I use.
I then have to step through each line of ostream and the dissasssembly.I can't figure out how to stop this.All I want to do is debug MY code not and not have to go through the libraries code.Anyone offer any suggestions ? Thanks in advance.
Hi,
I'm using VS.net on Windows 2000 to write and debug c++ programs.My problem is when it comes to debugging.I want to step through the application and watch the contents of the variables.This works fine until I start get to a function call.This hightlights the current line of code but then leaves my code and jumps into the libraries that I use.
I then have to step through each line of ostream and the dissasssembly.I can't figure out how to stop this.All I want to do is debug MY code not and not have to go through the libraries code.Anyone offer any suggestions ? Thanks in advance.
Last edited: