fabioz / PyDev.Debugger

Sources for the debugger used in PyDev, PyCharm and VSCode Python
Eclipse Public License 1.0
432 stars 122 forks source link

Remote debugging of a Jython script running in WebSphere does not work #208

Open diegovisentin opened 2 years ago

diegovisentin commented 2 years ago

The working scenario is a Jython script called via JSR223 from a Java program and remotely debugged from Eclipse. The same code executed by WebSphere AppServer does not stop in the remote debugger. The log after the first connection reports that "No threads alive, finishing debug session" What could it be?

In the test.zip