I'm trying to use the bdebugger / ide functionality in TCC 15.01.52 x64 and I don't understand how to invoke the debugger in the current directory I'm using.
For instance, when I type 'bdebugger batch.btm' for the batch file residing in the subdirectory e:\code\, I get a dialog from the debugger that it can't find the file c:\batch.btm. Why is the debugger looking for the file in the root system drive?
Then if I manually load batch.btm in the debugger and try to step through it, it starts executing in the root system drive (C:\) as well, rather than my current working directory. Again, I don't understand this behavior.
I hope I'm missing something obvious. Any help? Thanks.
For instance, when I type 'bdebugger batch.btm' for the batch file residing in the subdirectory e:\code\, I get a dialog from the debugger that it can't find the file c:\batch.btm. Why is the debugger looking for the file in the root system drive?
Then if I manually load batch.btm in the debugger and try to step through it, it starts executing in the root system drive (C:\) as well, rather than my current working directory. Again, I don't understand this behavior.
I hope I'm missing something obvious. Any help? Thanks.