I use macOS 12.6 + Katalon Studio v8.3.0
Please have a look at the following Video
I will write a step-by-step operations I did and saw.
- I opened the project
- I opened a Test Case
Test Cases/juni4/ObjectRepositoryGCTestRunner
- I ran the test case. It failed. The failure was expected, not a problem.
- Katalon Studio’s Console displayed messages, which contain a Java Stacktrace. The Stacktrace included some links to Test Case souce code lines.
- I clicked a link to
(ObjectRepositoryGC.grooovy:62)
- Katalon Studio started a tab of Java Editor where the source code file of
Keywords/com/kazurayam/ks/gc/ObjectRepositoryGC.groovy
is opened in the “Script mode” - In the Editor, I scrolled to the top of the source.
- On the left-hand border of the Editor, I noticed the line numbers 1,2,3,4,… are displayed, which appropriate. No problem.
- I moved the mouse pointer into the Console tab, and clicked another link to
(ObjectRepositoryGC.groovy:42)
. The Editor displayed the line#42 and its around. Its OK. - Again I scrolled the page to the top of the source.
- I clicked a link to
(ObjectRepositoryGC.grooovy:62)
. - I noticed that on the left-hand border the line numbers moved while in the source code pane the line#1 and its following lines are statically displayed.
- The line numbers of the left hand border moved as I clicked the links in the stacktrace while the source code pane stayed the same, it didn’t move.
- I cliked some line on the Editor pane, and moved the cursor up and down by keyboad
. The souce code lines were displayed … (how can I express it in English properly) … garbled; crashed; broken.
- I confirmed the source code file wasn’t saved changed at all while it was displayed broken.
- Please imagine, why I clicked the links displayed in the Console? I was intensively debugging my custome Keyword classes which threw Exceptions somehow. The bug of the Katalon Editor distubed me.
- I know more bugs of Katalon Studio’s Editor like this.
You can download the Source code, unzip it, open the project in your local Katalon Studio.