View Issue Details

IDProjectCategoryView StatusLast Update
0005340CTT UA Help7- Helppublic2023-08-04 15:43
ReporterRandy Armstrong Assigned ToAlexander Allmendinger  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.3.4 
Summary0005340: Script Debugger needs to save Breakpoints across multiple Runs
Description

Manually setting breakpoints before a test is tedious and time consuming.

TagsNo tags attached.
Files Affected

Activities

Archie Miller

2023-02-14 23:43

administrator   ~0018716

Technical Challenge

The script debugger has an internal widget that handles the supported breakpoints. This widget, however, is inside private code, and is not accessible from any user code. The only way to allow access would be to copy the CodeWidget, with all private code into the existing code base, and rebuild a custom script debugger.

The script debugger is a component which is no longer supported by QT, so this would be an involved, temporary fix at best.

This is a no fix.

Archie Miller

2023-03-02 16:35

administrator   ~0018826

Need a help note about debugger;

Alexander Allmendinger

2023-06-26 15:49

developer   ~0019677

Please note, that breakpoints cannot be saved and will need to be reset with every debug run. If you need to store the breakpoints please use text based breakpoints in the scripts. This can be done by writing "debugger;" before the desired code line. Please note those "debugger;" breakpoints will only be hit in a debugger run in other cases they will be ignored.

Paul Hunkar

2023-08-04 15:43

administrator   ~0019825

reviewed text in call, agreed to changes and closed issue

Issue History

Date Modified Username Field Change
2019-12-10 23:55 Randy Armstrong New Issue
2020-01-07 22:32 Paul Hunkar Assigned To => Paul Hunkar
2020-01-07 22:32 Paul Hunkar Status new => acknowledged
2020-01-07 22:32 Paul Hunkar Assigned To Paul Hunkar =>
2022-08-07 03:13 Paul Hunkar Tag Attached: Archie
2022-08-18 14:07 Paul Hunkar Assigned To => Archie Miller
2022-08-18 14:07 Paul Hunkar Status acknowledged => assigned
2022-08-25 03:16 Paul Hunkar Project Compliance Test Tool (CTT) Unified Architecture => CTT UA Binary
2022-08-25 03:22 Paul Hunkar Category 3 - Feature Request => 2 - CTT Binary
2022-08-25 03:22 Paul Hunkar Severity minor => feature
2023-02-14 23:43 Archie Miller Status assigned => resolved
2023-02-14 23:43 Archie Miller Resolution open => fixed
2023-02-14 23:43 Archie Miller Note Added: 0018716
2023-03-02 16:34 Archie Miller Category 2 - CTT Binary => 7- Help
2023-03-02 16:35 Archie Miller Project CTT UA Binary => CTT UA Help
2023-03-02 16:35 Archie Miller Status resolved => feedback
2023-03-02 16:35 Archie Miller Resolution fixed => reopened
2023-03-02 16:35 Archie Miller Note Added: 0018826
2023-05-19 15:09 Paul Hunkar Assigned To Archie Miller => Alexander Allmendinger
2023-05-19 15:09 Paul Hunkar Status feedback => assigned
2023-05-19 15:09 Paul Hunkar Tag Detached: Archie
2023-06-26 15:49 Alexander Allmendinger Status assigned => resolved
2023-06-26 15:49 Alexander Allmendinger Resolution reopened => fixed
2023-06-26 15:49 Alexander Allmendinger Note Added: 0019677
2023-08-04 15:43 Paul Hunkar Status resolved => closed
2023-08-04 15:43 Paul Hunkar Fixed in Version => 1.3.4
2023-08-04 15:43 Paul Hunkar Note Added: 0019825