Debug view reset in every starting

Sysprogs forums Forums VisualGDB Debug view reset in every starting

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25280
    ExtSol
    Participant

    This is the start debug view layout: https://imgur.com/a/I5UMX2G

    Then i set up only Live variables windows to show: https://imgur.com/a/mcv5qhD

    and stop debugging, close Visual Studio, then reopen VS and some project, start debugging, i see the following window layout: https://imgur.com/a/ln9Lni7

    Visual Studio dont load last debug layout.

    Why not work?

    #25285
    support
    Keymaster

    This is by design. VisualGDB automatically enables its windows depending on the type of the debug session that is started, however they are shown in the background.

    As a workaround, please configure you session to have the Live Variables window in the foreground and the other windows in the background. Next time you start a debug session, Visual Studio will preserve that layout. All extra debug windows will open in the background.

    #25290
    ExtSol
    Participant

    its ok, thank you

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