Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When we are trying to attach a process with Remote Transport set in Visual studio 2010 and trying to access the server we are getting a list of server process running.
But when we select the worker process of a remote IIS and give okay. The list of symbols are loaded.But these symbols doesn't load with the application PDB.
After this when we access the remote page and click on the button the debugger point doesn't hit the breakpoint.

Please help.

What I have tried:

1. Placed the PDB file in a separate Temp Location and tried to access the same but still not loaded.
2. Disabled the option "Just my code" in the debugging option of tools but it is of no use.

Observations:
1. Native code is selected by default when using the Remote transport option.
2. Does this matter in loading the PDB file?.
3. When selected the Default option and selected the Code to Automatic Native and tried the Application PDB files was loaded and I could hit the debug point without any problem.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900