Skip to content

vWATCH64 is a debugger/real-time variable watch utility for QB64 programs.

License

Notifications You must be signed in to change notification settings

hackwrench/vWATCH64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vWATCH64

A debugger/real-time variable watch utility for QB64 programs.

You wrote your own code, you know what's going on behind the scenes. But do you, really? What about those unexpected results you keep getting? What about the eventual crashing?

Don't you wish you could have a better way to debug it?

Well, pal, here's vWATCH64!

vWATCH64 is a real-time debug/variable watch utility to help with programs written in QB64. vWATCH64 generates a modified version of your source file, allowing for breakpoints and real-time variable watch.

vWATCH64 is compatible with Windows, OS X and Linux.

With vWATCH64 you can:

  • See your source code while your program is running. If 'Trace' is ON, the screen will automatically scroll to the next line that will be run.
  • Step through your code line by line with the F8 key. Follow the execution of your code to help you find those hard to squash bugs.
  • Set breakpoints with the F9 key.
  • In 'Variables' view, see the values of your variables as they're changed in your program. The variables are highlighted as they're used in your program.
  • Change variables from vWATCH64, so you can test your program in many different scenarios.
  • Set watchpoints and run your program until a variable holds a certain value (can use relational operators =, <, >, <>, <=, >=)
  • Resume execution after a breakpoint with the F5 key.

(You need the latest version of QB64 in order to use vWATCH64. Get it from www.qb64.org)

About

vWATCH64 is a debugger/real-time variable watch utility for QB64 programs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • BASIC 99.7%
  • C 0.3%