Click here to Skip to main content
15,900,511 members

Comments by krishna Dev (Top 3 by date)

krishna Dev 30-Mar-18 17:09pm View    
Currently Its working like that. SolutionB file opening in solutionA while debugging. I can happily can step through the SolutionB file, but I am looking for debugger should jump to new VS2015 instance where SolutionB opened.
I need this way because there are few more dependencies in SolutionB (like Solution-B dependent on Solution-C)
krishna Dev 30-Mar-18 16:57pm View    
SolutionA is console application and SolutionB is an class library. I compiled SolutionB added its dll & pdb to SolutionA. Openned both solutions separately in different VS2015 instances. But no luck
krishna Dev 30-Mar-18 12:36pm View    
I did. but debugger not jumping to another solutionB instead it is opening same class file (preview file) with in SolutionA instance. Symbols and dll loaded successfully