User475983607 posted
I have a Visual Basic Website with Multiple Projects. I am having difficulty debugging methods that are called in other projects (I set a breakpoint and the debbuger just doesn't enter the method in another project. Do I need to setup my test environment
in a particular manner? Thanks !
Make sure the solution is set to debug then rebuild. If the other projects are web projects then you'll need to configure the solution to start the other projects when debugging. Right click the solution file and select "properties".
Select "Multiple startup projects" then select the "Action" for each project.