mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Show breakpoint info as a tooltip if the breakpoint icon is clicked with LMB and held down.
This commit is contained in:
@@ -121,7 +121,7 @@ void SeerBreakpointsBrowserWidget::handleText (const QString& text) {
|
||||
|
||||
QStringList bkpt_list = Seer::parse(newtext, "bkpt=", '{', '}', false);
|
||||
|
||||
for ( const auto& bkpt_text : bkpt_list ) {
|
||||
for (const auto& bkpt_text : bkpt_list) {
|
||||
|
||||
//
|
||||
// A different way (better?) of parsing the table output
|
||||
|
||||
Reference in New Issue
Block a user