FBDEBUGGER
user's manual (version 1.12 for fbdebugger version
2.70)
Nota : Not complete update (missing dissassembly, backtracking adn calling chain context menus)
What is Fbdebugger
- It's a
debugger for FreeBasic. ;-) Sorry only under windows.
- It allows to follow the execution of your program (named debuggee) inside the source codes. The values of variables
are also displayed and eventually could be modified. Obviously there are some
other advanced features.
- Debugging
is made line by line not for each statement. To accelerate some operations keep them on one line or separate instructions on several lines for details on execution.