Hello all,
I got a new laptop recently, and I am having issues debugging any of our stored procedures, regardless of the database. I am connected to our company's network through VPN.
When I attempt to debug a procedure, it shows "launching..." for probably 20 seconds, and then eventually fails with the following errors:
ORA-30683: failure establishing connection to debugger
ORA-12535: TNS:operation timed out
ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
ORA-06512: at line 1
Process exited.
I attempted a few solutions that I found online, but none made a difference unfortunately:
https://www.salvis.com/blog/2019/04/08/using-dbms_debug-in-sql-developer/
https://stackoverflow.com/a/27301301/2654498
My SQL Developer is version Version 21.4.1.349 / Windows 10
Thanks in advance