- Aug
- 258
- 4
On my pc (TCC 14.03.53 x64 Windows 7 [Version 6.1.7601]) the bdebugger doesn't stop at the breakpoints.
I already tried it a while ago and had no luck, but today I would really be happy to get it working.
I have a simple example (breakpoint.btm):
@cls
@echo %_time
@echo %_time
@echo %_time
@echo %_time
@echo %_time
@echo %_time
@echo %_time
@echo %_time
@echo %_time
I load it into bdebugger with >bdebugger breakpoint.btm
I goto line 2 and switch a breakpoint on with the hand-symbol (similar to )
Same for line 4, 6 etc.
Now I start it with the green triangle and click the green arrow "run to breakpoint or end".
I'd expect that the processing stops at the breakpoints, but it rages to the end.
17:28:27
17:28:27
17:28:27
17:28:27
...
What is going wrong?
I already tried it a while ago and had no luck, but today I would really be happy to get it working.
I have a simple example (breakpoint.btm):
@cls
@echo %_time
@echo %_time
@echo %_time
@echo %_time
@echo %_time
@echo %_time
@echo %_time
@echo %_time
@echo %_time
I load it into bdebugger with >bdebugger breakpoint.btm
I goto line 2 and switch a breakpoint on with the hand-symbol (similar to )
Same for line 4, 6 etc.
Now I start it with the green triangle and click the green arrow "run to breakpoint or end".
I'd expect that the processing stops at the breakpoints, but it rages to the end.
17:28:27
17:28:27
17:28:27
17:28:27
...
What is going wrong?