Reputation: 7379
I am querying my Mysql database with Oracle SQL Developer. The program is working perfectly when I installed mysql connector but I can not execute or debug procedures with the ide. My version is 19.1.2.247 (internal id 247.2212)
Execute menu is deactivated:
What do I need to debug with SQL Developer? Is it even possible?
Upvotes: 0
Views: 321
Reputation: 7379
I am agree with @thatjeffsmith, that feature is a problem SQL Seveloper debug only works with Oracle. For this reason I think it is part of the solution. He told me to use Workbench but I am new there and I didn't see debug menu for stored procedure...
I discovered in .Net VS2017 the capacity to debug stored procedures in mysql using Server Explorer.
I had problems to open the stored procedure. I couldn't open the stored procedure. But after investigating, I could resolve it unchecking save my password in the connection. Once having done that I could debug the stored procedure. Totally free with VS2017 Community.
I think it is the part I was looking for to resolve my problem.
I tested:
Database4: Windows defender didn't execute because told me it could damage my OS. Untrusted.
Saving logs: it is a good idea but you lose too much time configuring it and sometimes is not good to watch the solution.
My best bet is dbForge ... but I will use Server Explorer of .Net to debug my stores.
I hope this solution can help you.
Upvotes: 1
Reputation: 22467
MySQL support is provided only to help you migrate that data to Oracle.
IDE features are reserved for Oracle/PLSQL only.
MySQL Workbench is the official ide for MySQL.
Upvotes: 1