TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Krishna Dev
NA
21
645
Visual studio 2015 debugging multiple solutions
Mar 28 2018 6:38 PM
Hi,
I have two solutions lets say SolutionA and SolutionB. Here SolutionB has class library which is referred in SolutionA. Now I want to step-in through the SolutionB from SolutionA while debugging it.
Please assist.
Many Thanks
What I have tried:
I tried this, sort of working but not completely.
a) opened both solutions in separate VS2015 instances with break points in it.
b) Unchecked "Enable Just my code".
Ran solution A and hit the breakpoint in SolutionA then I did F11 for Step-in to SolutionB. It was stepped-in but respective file (Which is in SolutionB) opened in same VS2015 instance where SolutionA is running.
I want debugger should jump on to SolutionB VS2015 instance.
I tried even attach to process, It was doing same along with SolutionB VS2015 instance went into some weird blocking state (there were four icons on top. Go to live visual tree,Enable selection, Display layout adorners, track focused element)
Reply
Answers (
2
)
Why in C# after new we don't handle exception
String buider . Append