Problem with debugging after code changes

C

chandu

Hello,

if create a new project is visual studio 2005 C# windows application.
If i run the application First time VS allows me to debug the code.
if i made any changes to code and debug again it is not possible to debug.
if i put the cursor on the break point giving the tooltip message as
"The breakpoint will not currently be hit.No symbols have been loaded for
this document.".

can any body solve this problem,just i want to debug my application after
even code changes.
in which settings i have to change?

Thanks & Regards
chandu
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

| Hello,
|
| if create a new project is visual studio 2005 C# windows application.
| If i run the application First time VS allows me to debug the code.
| if i made any changes to code and debug again it is not possible to debug.
| if i put the cursor on the break point giving the tooltip message as
| "The breakpoint will not currently be hit.No symbols have been loaded for
| this document.".
|
| can any body solve this problem,just i want to debug my application after
| even code changes.
| in which settings i have to change?

Is your solution in debug mode?
 
C

chandu

yes, it is in debug mode.

and the problem is the break point can not be hit, in out put window it is
showing messages like "No Symbols Loaded"
How to solve my problem and where to install symbol files
Example is like this:
'sample3.exe': Loaded 'C:\WINDOWS\system32\mscoree.dll', No symbols loaded.
'sample3.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
'sample3.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.
'sample3.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.


Thanks
chandu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top