- Jun
- 98
- 0
Dear sirs.
[TCC 17.00.70 x64 Windows 7 [Version 6.1.7601]]
Some issues with bdebugger:
1. Watches.
Please take actions:
bdebugger BatchFile.btm
Issue 1a: How to add not defined (yet) variable to watch list?
in "Watch List" press right mouse key - popup with existing variables appears.
Select any one.
Issue 1b: value of variable is not shown yet. It is updated after any action (start debugging, step).
2. Start/stop
Use the simplest.bat:
bdebugger simplest.bat
Press F5 - "Start debugging"
Press Shift-F5 ""Stop debugging" - everything ok
Perform the same from menu:
Menu :: Debug :: Start
Menu :: Debug :: Stop Debugging
Issue 2: debugger fails (exits with error)
3. Save *untitled batch
Start bdebugger without batch name.
Empty batch appears
Modify it. For example: simply press enter key
Start debugging
bdebugger proposes to save the file. Ok
It suggest name "*Untitled".
Issue 3a: can I suggest to remove star sign leading that name?
Issue 3b: can I suggest to add any extension (.bat or .btm)?
Issue 3c: can I suggest to add extensions in dialog box (save as file type)?
Best regards
[TCC 17.00.70 x64 Windows 7 [Version 6.1.7601]]
Some issues with bdebugger:
1. Watches.
Please take actions:
bdebugger BatchFile.btm
Issue 1a: How to add not defined (yet) variable to watch list?
in "Watch List" press right mouse key - popup with existing variables appears.
Select any one.
Issue 1b: value of variable is not shown yet. It is updated after any action (start debugging, step).
2. Start/stop
Use the simplest.bat:
Code:
echo off
Press F5 - "Start debugging"
Press Shift-F5 ""Stop debugging" - everything ok
Perform the same from menu:
Menu :: Debug :: Start
Menu :: Debug :: Stop Debugging
Issue 2: debugger fails (exits with error)
3. Save *untitled batch
Start bdebugger without batch name.
Empty batch appears
Modify it. For example: simply press enter key
Start debugging
bdebugger proposes to save the file. Ok
It suggest name "*Untitled".
Issue 3a: can I suggest to remove star sign leading that name?
Issue 3b: can I suggest to add any extension (.bat or .btm)?
Issue 3c: can I suggest to add extensions in dialog box (save as file type)?
Best regards