Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
As someone coming from Eclipse, I am new to Visual Studio. I am attempting to access the disassembly window, and the msdn documentation is not providing a working solution.
I go to
Debug > Windows
but fail to see disassembly listed as an option. Is this a glitch in the latest update of VS2015? Some assistance would be greatly appreciated.
To access the dissassembly window, you must be in debug mode.
To go into debug mode,
First set a breakpoint by
right clicking on a line -> breakpoint -> insert breakpoint.
Then, go to
debug -> start debugging
Finally, while in debug mode, click on
debug->windows->dissassembly to open the dissassembly window
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I know there have been similar questions but none of them seem to solve my problem. After successfully compiling my code, I got an "Access is denied." message from my command prompt after trying to run it (picture below).
The code I'm trying to run in a file named dummyC.c is:
#include <stdio.h>
int main (void) {
printf("Hello");
}
For context, I'm using Windows 10 64-bit. The GCC version (GCC -v) is MinGW 9.2.0, also in the attached picture. Is there any way I could solve this?
EDIT: The problem was my Avast antivirus flagging the output file a.exe as a Trojan or a virus. The problem was solved after I temporarily disabled all Avast shields.
I believe that your project is not in the correct place for the compiler to execute it, if it is on the desktop try to transfer it to a folder created in c:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
Visual Studio Code does not show any IntelliSense when working with react application development. and cannot navigate through files. but it works for other simple application development(eg: NodeJs application). vs code initializing JS/TS language features but it never stops.
what is the issue? how can I solve it?
I think first you have to try to solve this issue by installing appropriate Extensions from marketplace.
If it not works download the latest version of Visual Studio Code
and reinstall.
You can also refer React in Visual Studio Code
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I have downloaded a .nsi file and now I have to launch this to get my missing Windows registry keys installed. I tried different things to open it but so far everything didnt work. Can anyone please tell me how to run this kind of files?
A .nsi file is an input to the process that creates an executable. You need the Nullsoft Scriptable Install System compiler: https://nsis.sourceforge.io/Download
More info: https://nsis.sourceforge.io/Simple_tutorials
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I am using a Windows 8.1 machine to remote-access a Windows 7 machine through Remote Desktop Connection. Currently, the only way I find to exit the RDP session is to hover the mouse cursor to the top, wait for the following dropdown bar to appear and click the "close" button.
Is there another way to existing an RDP session while in a RDP session? Say, through command line? Or, keyboard shortcuts? On my local machine, I notice that I can as well kill the mstsc.exe session to exit it.
Start -> Windows Security -> Disconnect
Also, tsdiscon from command prompt or run dialog.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Where can I find the nHair menu and the Assign Hair System option in Maya 2014? I know it should be under dynamics, yet it isn't there. I tried reseting my Maya preferences but it didn't help. This is what happens when I try to use assign hair:
The nHair menu is located under the nDynamics menu set.
The dropdown menu in the top left where it's labeled "Dynamics" has other options too, change this to nDynamics and your menu will change.
Assign hair system option is also in this same dropdown menu, this question shouldn't be posted on Stack Overflow though.