dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)
dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)
Version: 9.0.304 (Enterprise)
The latest version of dbForge for MySQL fails to debug on RDS. 100% reproducible.
I put together a video here: https://1drv.ms/u/s!Au1rXgEghmrsh1YfGG8 ... 2?e=eKvECG
The latest version of dbForge for MySQL fails to debug on RDS. 100% reproducible.
I put together a video here: https://1drv.ms/u/s!Au1rXgEghmrsh1YfGG8 ... 2?e=eKvECG
Last edited by Requnix on Thu 28 May 2020 14:46, edited 1 time in total.
Re: dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)
Here's some additional data to help track the issue down:

Note the debugging system seems to time out after a minute or two, but there's no error message.

Note the debugging system seems to time out after a minute or two, but there's no error message.
Re: dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)
The video seems to be expired.
Will it be possible to provide us a valid link?
Will it be possible to provide us a valid link?
Re: dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)
Thank you fort he reply.
We will investigate this case.
We will investigate this case.
Re: dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)
Could you please provide us the result of the following query being executed on the RDS server:
Code: Select all
SELECT @@autocommit
Re: dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)
@@autocommit on the RDS is 1 (True).
Re: dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)
Unfortunately, we still were not able to reproduce it.
Could you please provide us the MySQL server version deployed on RDS and the CREATE definition of the procedure you are experiencing the issue with?
You can send the reply straight to our support system at supportATdevartDOTcom.
Could you please provide us the MySQL server version deployed on RDS and the CREATE definition of the procedure you are experiencing the issue with?
You can send the reply straight to our support system at supportATdevartDOTcom.
Re: dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)
Let me first try to create a reproduction scenario and capture it on video. I'll try to do it this week. For the most part, I avoid debugging on RDS because of how slow and clunky it is :)