Share via

Users support. Solving Windows problems.

2021-10-01T13:59:12.037+00:00

Hello. Is there any information on the Internet how to find the cause of Windows malfunctions without the application source code? There are books "Sysinternals Utilities" and "Inside Windows". But there is not much there ..
What's the "tag" field under the body of the message ?? I chose "vs-debugging"))

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Michael Taylor 61,226 Reputation points
    2021-10-01T15:38:21.097+00:00

    The most important place to start is the Event Viewer which shows you errors when an application crashes. Without the source code (or symbol files) you're not going to get much useful information though. You could definitely run the app in the debugger without the source code but you're going to be hard pressed to figure out much.

    The general recommendation is to contact the developer of the app and ask for their assistance. If it is an MS product then they provide feedback links in the apps. For other apps it depends on the developer.

    The tag in the post is to help classify your question so others know whether they should respond or not. For example by putting vs-debugging you have indicated you need help with using VS to debug something. If the tag is wrong then people may make assumptions that are incorrect (for example tagging a Windows UI with a web tag). But sometimes there is no good tag to use.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.