Skip to content

REGISTER value check #8

Answered by ljnath
Prithviraj009 asked this question in Q&A
Discussion options

You must be logged in to vote

@Prithviraj009 , yes that is possible via the built-in Debugger functionality.
Once an assembly program is opened in the IDE, you can click on 'Debug' icon to invoke the debugger.

In the debugger, navigate to "View \ Registers" to view the register window.
Next add breakpoint at desired location and use F7/F8 to step through the the program, the values of the registered will be visible in the register window.

Refer below screenshot.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Prithviraj009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants