Forum Discussion
If you ask ChatGPT it would provide you with a lot of reasons to why this could be expected based on your situation.
👍 Found it helpful? Click Like
âś… Issue resolved? Click Mark as Solution
- Hassan_Ballan22 days ago
Champion Level 3
Also you stated messages in plural does not bring you back to the code, hinting that none of the messages, is that correct or is it only some of the messages?
If some of the messages that should give you a hint to why.
- nelsonbritto9 days agoOccasional Contributor
None of the log messages navigate back to the code on my machine.
When I double-click any message, it does not take me to the line where the code is declared.On my manager’s machine, the same log messages correctly navigate to the corresponding script line, but on my system, none of them do.
I am using .scpp scripts in TestComplete version 15.64.3.7 (x64) on Windows 11 24H2.
- Hassan_Ballan8 days ago
Champion Level 3
Since this works on your manager’s machine but not yours, I’d recommend isolating environmental differences:
- Confirm the project path is identical on both stations (same local path).
- Create a brand-new TestComplete project on both machines and verify log navigation in both JavaScript and ScriptCPP to confirm whether the issue is ScriptCPP-specific.
- Validate the OS version/build on both machines (e.g., Windows 11 24H2 vs older). If they differ, raise a SmartBear support ticket, as this may be OS-related.
- Clear TestComplete caches on the affected machine:
Close TestComplete, then delete
Reopen TestComplete and retest.%LOCALAPPDATA%\SmartBear\ %APPDATA%\SmartBear\
These steps should help determine whether the issue is OS-related, cache-related, or specific to ScriptCPP rather than the project itself.
👍 Found it helpful? Click Like
âś… Issue resolved? Click Mark as Solution