You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I downloaded the current version of Rhino (rhino-master.zip) from here. It could be successfully compiled with Java 23.0.1 and packaged into a JAR file. All tests ran as expected, but something changed when the debugger was called. Previously the source code was always displayed and execution was stopped at the first command. Now the source code is executed immediately and the console is displayed. Unfortunately I could not find anything about this in the issues, requests or discussions. Is this a desired change behavior? Is it now necessary to call a STOP command or similar to view the execution of the source code in the debugger?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Today I downloaded the current version of Rhino (rhino-master.zip) from here. It could be successfully compiled with Java 23.0.1 and packaged into a JAR file. All tests ran as expected, but something changed when the debugger was called. Previously the source code was always displayed and execution was stopped at the first command. Now the source code is executed immediately and the console is displayed. Unfortunately I could not find anything about this in the issues, requests or discussions. Is this a desired change behavior? Is it now necessary to call a STOP command or similar to view the execution of the source code in the debugger?
Beta Was this translation helpful? Give feedback.
All reactions