Bug #36937 Breakpoint ineffective in Script tab
Submitted: 24 May 2008 11:37 Modified: 26 May 2009 13:12
Reporter: Janek Bogucki Email Updates:
Status: Unsupported Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.2.12 OS:Linux (Kubuntu 8.04)
Assigned to: CPU Architecture:Any

[24 May 2008 11:37] Janek Bogucki
Description:
A breakpoint on line 3 of these statement is ignored when clicking "Execute",

select sleep(1);
select sleep(1);
select sleep(1);
select sleep(1);
select sleep(1);

The statements are executed as if the breakpoint did not exist.

How to repeat:
In a new script tab enter these statements,

select sleep(1);
select sleep(1);
select sleep(1);
select sleep(1);
select sleep(1);

Set a breakpoint on line 3 with "Script > Toogle Breakpoint". Click the execute button. Note that the first four lines are highlighted in turn but the script execution does not break at line 3. This script has 5 lines.
[24 May 2008 20:47] MySQL Verification Team
Thank you for the bug report.
[26 May 2009 13:12] Susanne Ebrecht
Many thanks for writing a bug report. We are on the way to implement full functionality of MySQL Query Browser into MySQL Workbench. Unfortunately you are using an unsupported platform. More informations about supported platforms you will find here:

http://www.mysql.com/support/supportedplatforms/tools.html

More informations about MySQL Workbench you will find here:

http://dev.mysql.com/workbench/