How to handle two projects in debug mode

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have two projects under single solution.one project is ASPX pages and the
another one is Business logic pages written in C#.Properly i have referenced
the business logic assembly to aspx pages.but at the time of running i want
to debug the classess in busines logic pages using "step into". How to achive
this one.

If any changes made in business logic classess automatically it should be
reflected in aspx pages.

plz thanx in advance.

assankhan
 
If you are running a single solution, you should be able to step into the
code without problem. If not, check and make sure you are using project
references and not linking directly to the compiled output.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
I'm having the same problem and have not found a resolution. When I "Step
Into" it performs a "Step Over" instead.
 

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