Wednesday 15 July 2015

x86 - View contents of array in Visual Studio (assembly language) -


In Visual Studio, is it possible to view the contents of an array when debugging the assembly language code? I already know how to add the array num to the "clock" window, but I'm still trying to figure out how to see the contents of the array. It is possible to add the sword array to the "watch" window in Visual Studio, but it is possible to view the contents of an array while doing a step during the program?

  .686p .model flat, stdcall.stack 2048 Data Lock Swords 1000, -1000,2000, -2000; When I debugging, I want to keep track of each value in this value. ; Is it possible to display all index contents during debugging? Exit Process Prototo, Execicode: Dvord. Code Start:! [Rather than the actual value of the array, are shown here? [1] mov ax, number; Mov ax, [num + 1]; Start Expression Process, 0 and Start   

Enter image details here

You can display the captured memory from your array.

  • Type in the "Auto", "Local", etc.
  • in the symbol name that you want to inspect, or the variable name in the source under the "Storage 1" tab Select and place it on the address memory window. The way in which I debug the code, I test it with the assembly, it seems that I need to type "in style", which is to display and Amp; Num is the num symbol address.
  • You can customize word size (1 to 8 byte per word) to display by right-clicking on the window, and you can choose the number of columns displayed in the toolbar options of the window < / Li>

No comments:

Post a Comment