getting error the JavaScript debugger does not support the 'Set Next Statement' command
I am getting below error on windows server 2025.
i have installed Testcomplete version 15.75.22.7
when in debug mode, getting this error, when wants to "set next statement"
TestComplete
---------------------------
Currently, the JavaScript debugger does not support the 'Set Next Statement' command.
This is documented here...
Notes:
The Set Next Statement and Set Next Operation commands only work within the bounds of the current routine or keyword test. You cannot move the execution to another routine, unit, or test.
Since the script debugger cannot step through individual statements within a script line, it will execute the whole line to which you jump.
Changing the current line or keyword test operation may cause errors in your script or keyword test. This may happen, for instance, if the skipped test section creates certain objects or assign values to variables, and the statements or operations, to which you jump, work with these objects or variables (the “new” statements may be unable to retrieve or set objects’s properties or process the variable values).
The “Set Next Statement” debugger command is not supported by Python and JavaScript (not JScript) engines.
https://support.smartbear.com/testcomplete/docs/testing-with/debugging/running/setting-next-execution-point.html?sbsearch=Set%20Next%20Statement
... If you find my posts helpful drop me a like! 👍 Be sure to mark or post the solution to help others out and/or to credit the one who helped you. 😎