About
Screenshots
Downloads
Project >>
   Known Bugs
   Implemented Commands
Contribute
Community

Other >>
   NDIS Monitor
   VPC Research

Implemented Commands

Breakpoint creation/manipulation.

  • BC : Clear breakpoint. ( syntax: BC list|* )
  • BD : Disable breakpoint. ( syntax: BD list|* )
  • BE : Enable breakpoint. ( syntax: BE list|* )
  • BL : List current breakpoints. ( syntax: BL (enter) )
  • BPE : Edit breakpoint. ( syntax: BPE breakpoint-number )
  • BPINT : Breakpoint on interrupt. ( syntax: BPINT interrupt-number )
  • BPIO : Breakpoint on I/O port access. ( syntax: BPIO port [/R|/W|/RW][/Lsize][/DRreg] )
  • BPMB : Breakpoint on memory access (byte size). ( syntax: BPMB address [/W|/RW][/G][/DRreg] )
  • BPMD : Breakpoint on memory access (dword size). ( syntax: BPMD address [/W|/RW][/G][/DRreg] )
  • BPMW : Breakpoint on memory access (word size). ( syntax: BPMW address [/W|/RW][/G][/DRreg] )
  • BPX : Breakpoint on execution. ( syntax: BPX address [/DRreg|none][/Pname|none][/Mname|none] )

Other commands.

  • ? : Evaluate expression as dword (integer). Use EVALF for fp. ( syntax: ? expression )
  • CPU : Display information about all the CPUs or a CPU in particular. ( syntax: CPU [(enter)|#cpu] )
  • DASH : Go to dashboard. The execution will return to Windows. ( syntax: DASH (enter) ) --- NOTE: to be removed.
  • EC : Enable/disable code window. ( syntax: EC (enter) )
  • EVALF : Evaluate expression as floating point. ( syntax: EVALF expression )
  • HBOOT : Reboot the system (total reset). ( syntax: HBOOT (enter) )
  • I3HERE : Direct INT3 to the debugger. ( syntax: I3HERE [ON|OFF|DRV] )
  • VERSION : Display VpcICE version information. ( syntax: VERSION (enter) )

Keyboard commands.

  • F4 : In-place compilation of the Script File.
  • F6 : Toggle the Code Window Mode.
  • F7 : Toggle the Script Window Focus.
  • F8 : Single step.

© 2002-2010 Vito Plantamura, VPC Technologies SRL (IT06203700965)
BugChecker is licensed under GNU GPL v2. - Contact - Contribute