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 !
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.
Member
282 Points
298 Posts
Debugging a Website with Multiple Projects
Dec 18, 2019 05:08 PM|rkrex|LINK
Hi Friends,
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 !
All-Star
53001 Points
23592 Posts
Re: Debugging a Website with Multiple Projects
Dec 18, 2019 07:11 PM|mgebhard|LINK
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.