You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vebugger is writing displayed values twice every line.
I set the instance of GDB to display values by telling it using command sequences of ":VBGrawWrite display EXPR"
Is it just me doing something wrong?
The text was updated successfully, but these errors were encountered:
Not that many, because the terminal was never meant for regular usage. :VBGrawWrite and :VBGtoggleTerminalBuffer were meant to give access to debugger functions not (yet?) implemented by Vebugger.
For that reason, BTW, I'm not going to try and "fix" this "bug". The terminal must show exactly what the debugger is emitting. Any interpretation must be done in handlers.
It may be a good idea, though, to add a mechanism for opening filtered "terminals". Such a mechanism will may be a better alternative to your #88, because you'll be able to specify the patterns you want instead of filtering everything else, and because it should be easy to make it run after the MI format processing...
Please take a look at this screenshot: https://i.imgur.com/ELCwk34.png ( https://imgur.com/a/xLLFn7y )
Vebugger is writing displayed values twice every line.
I set the instance of GDB to display values by telling it using command sequences of ":VBGrawWrite display EXPR"
Is it just me doing something wrong?
The text was updated successfully, but these errors were encountered: