sgretsch, hope u r writing not a spam-spider
Here is the solution:
Tools->Settings->Run&Debug->Debugger code page
Setted it to UTF-8 and voila, my utf-8 vars are displayed correctly
But another thing, if i have no breakpoints, program window (dos window with php.exe) closes and i see no output. I've expected, that output must be displayed in "output" tab, but it doesn't.
Only if program stops on breakpoint i can see an output in "output" window.
IDE Starting debug session (399166169129700027), script: C:\test.php, server: , sapi: cli 14:48:21
Action Debug session finished 14:48:43
IDE CLI session exit code: 0 14:48:48
Dos window is closed, output tab is empty. Is there any way to catch program output except to make DebugBreak before exit? My Program have many exit points...