files required for asp.net debugging

  • Thread starter Thread starter robin9876
  • Start date Start date
R

robin9876

For debugging .aspx files with only .dll and .pdb file deplyed, are
there any other files required to debug?
 
For debugging .aspx files with only .dll and .pdb file deplyed, are
there any other files required to debug?

That's it; the pdbs are the important part (beside the compiled code, of
course)
 
How then would you set breakpoints to debug the code using dbgclr.exe ?
 

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

Back
Top