vadimcn / codelldb

A native debugger extension for VSCode based on LLDB
https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
MIT License
2.42k stars 237 forks source link

Jump to breakpoint in the window that contains the associated buffer #1071

Open wojciech-kulik opened 4 months ago

wojciech-kulik commented 4 months ago

Currently, when I set a breakpoint, codelldb will jump to it using the current window.

It would be much better if codelldb could check if the buffer associated with the breakpoint is already open and switch to it, instead of changing the current window.

This would provide a very nice experience. Please consider adding it.