I’ve run into similar issues where the debugger seems to just skip right past active breakpoints.
Have you tried doing a ‘Clean’ on your project and then restarting Katalon? Sometimes the compiled classes get a bit out of sync with the source code, and a fresh start usually forces it to realign. Also, it’s worth double-checking that you aren’t running in ‘Run’ mode by mistake instead of ‘Debug’ mode - I’ve definitely caught myself doing that more than once!
Resolved — upgrade to Katalon Studio v11.1.3 (or v10.4.3 minimum).
Issue: After copying a test case, the debugger’s cursor highlights the wrong (copied) test case file when a breakpoint is hit, even though the log shows the correct file. Reported in v10.2.4.
Fix: Editor and debugger synchronization issues have been addressed in subsequent releases. We recommend upgrading to:
v11.1.3 (May 6, 2026) — latest, recommended
v10.4.3 (Dec 22, 2025) — minimum, if you can’t move to the 11.x line yet
If you can’t upgrade right away, workarounds:
Clean and rebuild the project (delete the bin/ and Libs/ folders, then refresh).
Recreate test cases from scratch instead of copy-pasting (preserves unique metadata/IDs).
Resave and rename test cases after copying.
I will be marking this as resolved. If anyone still reproduces this on v11.1.3, please open a new report with steps.