Help!!!!
My breakpoint does not work anymore. When I insert break point, it will not be hit and just bypass it.
Inside the red dot, it says. "No symbol loaded"
Printable View
Help!!!!
My breakpoint does not work anymore. When I insert break point, it will not be hit and just bypass it.
Inside the red dot, it says. "No symbol loaded"
For breakpoints to work, the compilation has to be done in debug mode.
If you are using VS2003, you have a drop down list next to the play button with debug/release.
If you are using VS2005, you have to add a line on the web.config saying it's in debug mode.
HTH
HoraShadow
Oh yeah. In was in release mode. Had to change to Debug mode. Thanks a lot :wave: