HI Steffen,
thank you. While looking deeper at this phenomen I came to the conclusion that it may be something like this. But funny: I find this also sometimes in my code while the programm is definitely NOT running, either in debugger nor without debugger. It seem that VX sometimes doesn´t get the information that the program execution has been stopped. I can´t remember what was going on juest before, maybe stopping execution with Ctrl-F2 or recompiling after correcting some bugs found with debugger or something else? I will look at it and maybe I find some situation.
Klemens
 
"Steffen F. Pirsig [Alaska Software]" < steffen.pirsig@alaska-software.net> schrieb im Newsbeitrag news:P5vYYmKGEHA.2336@S15147418...
Klemens,
 
 your screenshot shows the execution-point of your application while
 being debugged. It looks like you accidently hit the F9 key which
 has started the debugger.
 
 You can verify this by checking if the title bar of VX shows something like:
 
 project - Visual Xbase++ - [test.exe/test.prg][1:IDLE]
 
 the IDLE or RUNNING token in the titlebar documents the
 state of the debugger. If not debugger is active only the
 PRG source currently edited is inserted rightmost of the
 titlebar.
 
 If for some reason your screenshot was taken with definitive
 no debugger active - the the execution-point should not
 visible at all.
 
 regards
 Steffen F. Pirsig
 Alaska Software
 
"Klemens Lichter" < csl@lichter.de> wrote in message news:bt9YfofEEHA.3068@S15147418...
Hi
sometimes within my code I find a line blue marked and at the left side in the column showing the line numbers is a strange yellow sign - look at the picture below:
 
 
Can anyone please tell me what this is. Why is the line blue? It seems not to be a break point, but what than?
 
Klemens