exam questions

Exam 70-483 All Questions

View all questions & answers for the 70-483 exam

Exam 70-483 topic 2 question 145 discussion

Actual exam question from Microsoft's 70-483
Question #: 145
Topic #: 2
[All 70-483 Questions]

You plan to debug an application remotely by using Microsoft Visual Studio 2013.
You set a breakpoint in the code.
When you compile the application, you get the following error message: "The breakpoint will not currently be hit. No symbols have been loaded for this document."
You need to ensure that you can debug the application remotely.
What should you do?

  • A. Modify the AssemblyInfo.cs file.
  • B. Copy .exe files to the Symbols folder on the local computer.
  • C. Copy .cs files to the remote server.
  • D. Use .NET Remote Symbol Loading.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
References: https://msdn.microsoft.com/en-us/library/y7f5zaaa.aspx

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
peter1994
Highly Voted 5 years, 9 months ago
answer D.
upvoted 25 times
...
Sully_2020
Highly Voted 5 years, 2 months ago
Given the answer choices, I believe the correct answer should be D ( https://docs.microsoft.com/en-us/visualstudio/debugger/remote-debugging-csharp?view=vs-2019 )
upvoted 8 times
...
nichlas
Most Recent 4 years, 5 months ago
I'm not sure how it can be any of the answers... If the symbols are missing, it cannot be debugged?
upvoted 2 times
...
noussa
4 years, 5 months ago
Definitely D
upvoted 1 times
...
demoinq
4 years, 6 months ago
D is correct; refer to https://devblogs.microsoft.com/devops/net-remote-symbol-loading-changes-in-visual-studio-2012-and-2013/
upvoted 2 times
...
dosper
5 years, 10 months ago
correct answer should refer .pdb files, since there is none I'm thinking if all the answers were well written
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...