Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Thursday, February 20, 2014 1:04 AM
Hi,
I am trying to debug one of my web apps that has both client side code(java script) and server side code.
I am trying to implement web sockets, so hosted the App in IIS.
now when I try to debug the app, I can see the breakpoints being set properly in the .cs files.
But on the client side(in the html file with java script), it says : breakpoints cannot be hit as the symbols have not been loaded.
When I searched it online, I found the link below, which says I need to enable the mixed mode for debugging :
MY ISSUE HERE IS THAT :Debuggin Option is missing under Configuration Properties in the projects Property Pages, as shown in the pic below. Can you please let me know how this could be fixed.
ScreenShot
All replies (3)
Friday, February 21, 2014 6:49 AM ✅Answered
Hi ManjeeraAccount,
MY ISSUE HERE IS THAT :Debuggin Option is missing under Configuration Properties in the projects Property Pages, as shown in the pic below. Can you please let me know how this could be fixed.
It doesn’t have this option if you create a VC# Web app, I think you would get better understanding for it if you download the sample “Sample.zip” from the blog provided by you:
It has the native code in that solution.
You could get the similar option if you create a simple VC++ APP like the following screen shot:
But for the VC# Web project, it doesn’t have it, you would get it like this screen shot.
But if you just right click the Solution, and select the property, it would share us the same result as yours.
Best Regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
Thursday, February 20, 2014 9:46 PM
Can you please let me know if you had a chance to look at my query below.
Friday, February 21, 2014 6:08 AM
This is the Properties dialog of solution. In order to change the project, select the “websockets” node in Solution Explorer before opening properties. The options of debugger can be found in Web tab.