Show breakpoint info as a tooltip if the breakpoint icon is clicked with LMB and held down.

This commit is contained in:
Ernie Pasveer
2024-09-11 17:34:46 -05:00
parent 4a235631b6
commit f3144f3fe0
5 changed files with 55 additions and 5 deletions
+1 -1
View File
@@ -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