Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. How Do I See The Registers Window ? (x64, Win'7)

How Do I See The Registers Window ? (x64, Win'7)

Scheduled Pinned Locked Moved Visual Studio
questioncsharpc++visual-studiotutorial
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    C P User 3
    wrote on last edited by
    #1

    I just used the search feature on codeproject in an attempt to find this phrase, "x64 register window visual studio" Found nothing, so I thought I would ask here. I'm brand new to C++ under Visual Studio, going through some tutorials, and the instructor's register window just automatically opens up to show him the 64 bit registers. Mine won't. I went back through previous lessons and didn't see where he shows how to make the reg window appear. Can someone instruct me on what to do, where to click, etc., in order to view the registers window ? (flags would also be nice) The environment is basically like this... -- Win'7 -- x64 machine -- Visual Studio 2010 -- Visual Studio 2012

    L D 2 Replies Last reply
    0
    • C C P User 3

      I just used the search feature on codeproject in an attempt to find this phrase, "x64 register window visual studio" Found nothing, so I thought I would ask here. I'm brand new to C++ under Visual Studio, going through some tutorials, and the instructor's register window just automatically opens up to show him the 64 bit registers. Mine won't. I went back through previous lessons and didn't see where he shows how to make the reg window appear. Can someone instruct me on what to do, where to click, etc., in order to view the registers window ? (flags would also be nice) The environment is basically like this... -- Win'7 -- x64 machine -- Visual Studio 2010 -- Visual Studio 2012

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      In debug mode when stopped on a breakpoint go to the menu and select Debug -> Windows, for the other windows that can be displayed.

      C 1 Reply Last reply
      0
      • C C P User 3

        I just used the search feature on codeproject in an attempt to find this phrase, "x64 register window visual studio" Found nothing, so I thought I would ask here. I'm brand new to C++ under Visual Studio, going through some tutorials, and the instructor's register window just automatically opens up to show him the 64 bit registers. Mine won't. I went back through previous lessons and didn't see where he shows how to make the reg window appear. Can someone instruct me on what to do, where to click, etc., in order to view the registers window ? (flags would also be nice) The environment is basically like this... -- Win'7 -- x64 machine -- Visual Studio 2010 -- Visual Studio 2012

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        I believe you also need to turn on "Enable address level debugging" under Tools -> Options -> Debugging.

        A guide to posting questions on CodeProject

        Click this: Asking questions is a skill. Seriously, do it.
        Dave Kreskowiak

        C 1 Reply Last reply
        0
        • L Lost User

          In debug mode when stopped on a breakpoint go to the menu and select Debug -> Windows, for the other windows that can be displayed.

          C Offline
          C Offline
          C P User 3
          wrote on last edited by
          #4

          Thanks Richard. Very simple answer, straight to the point, and best of all: it works. Thank you.

          1 Reply Last reply
          0
          • D Dave Kreskowiak

            I believe you also need to turn on "Enable address level debugging" under Tools -> Options -> Debugging.

            A guide to posting questions on CodeProject

            Click this: Asking questions is a skill. Seriously, do it.
            Dave Kreskowiak

            C Offline
            C Offline
            C P User 3
            wrote on last edited by
            #5

            Correct, Dave. I asked this exact same question over on Stack Overflow, and got that part of the answer which you just gave. i.e., Tools -> Options -> Debugging -> General -> Enable address level debugging That's all they told me, without mentioning the part about where the menu stuff was for actually making it happen. Sheesh. Anyway, I have a register window in Visual Studio, thanks to you two guys. Thanks a ton.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups