I have a SQLDeveloper application with OS language system is Spanish. When I try to debug a runnable object (procedure, function, package or trigger) using a remote debug listening in same application instance, it works fine. However, when I change my OS language system to English, it fails. OS System: Window 10, Windows 11 Spanish language: (also with --AddVMOption=-Duser.language=es ) Starts the debugger mode. Works fine!
English language:(also with --AddVMOption=-Duser.language=en ) Doesn't start the debugger mode and creates another listener. Error. Anyone knows how to solve this situation?