Visual gdb how to put breakpoint on memory change?

Sysprogs forums Forums VisualGDB Visual gdb how to put breakpoint on memory change?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8753
    b.timofte
    Participant

    I have a windows .exe test program

    How do i put a breakpoint when value at memory adress 0x<Adress> changes ?

    I have version 5.2 preview and in memory windows i see no such possibility

    #8754
    support
    Keymaster

    Hi,

    The command for setting memory breakpoints is the same as in normal Visual Studio – Debug->Windows->Breakpoints->New->Data Breakpoint.

    We will add a context menu command for this in the Memory window in the final VisualGDB 5.2 release.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.