Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

V17 beta, debugger: STRG-S is inserting character instead of saving

Apr
21
0
Hi,

V17 Beta:

I started my batch with bdebugger, after some debugging I now get an [DC3] character within the editor window instead of a saved file by pressing CTRL-S to save.

sshot-3.png


Regards

Mike
 
Are you perhaps using some keyboard layout other than US English?

Code:
echo %@convert[10,16,%@winapi[user32.dll,GetKeyboardLayout,0]]
 
I'm using the V17 Beta x64 on a German Win7. No plugins.

The code Charles posted results in:
Code:
C:\Program Files\JPSoft\TCMD17x64]echo %@convert[10,16,%@winapi[user32.dll,GetKeyboardLayout,0]]
4070807
 
Btw: On a fresh start of the debugger all seems fine. After some time debugging scripts (single stepping, run until breakpoint) the problem reappears.
 
I tried the whole day ...

Try this:

ctrl.btm containing:
Code:
echo test
pause
echo test 2

now:

Code:
bdebugger ctrl.btm

and single-step until you see the press any key message. Now stop debugging within the debugger with the stop button and the click into source window and press CTRL-F for find.

I get an character in the source window instead the find dialog and the debugger acts quirky afterwards.
 
Since it happens when you stop debugging while at a PAUSE statement, I thought it might be a (fixable?) matter of where the next keystroke was expected to go.
 

Similar threads

Back
Top