Skip to content

PawnPro Debugger

Visual debugger (DAP) for the Pawn language (SA-MP / open.mp), integrated with the PawnPro extension, for a local development server.

It lets you debug Pawn code straight from the editor: breakpoints (plain, conditional, hit-count and function), logpoints, stepping, a multi-frame call stack, variable inspection and editing, data breakpoints, raw memory reads and pausing on the line of a runtime error before the VM aborts — on both SA-MP and open.mp.

Where to start

  • Getting started — download the plugin, drop it into your server and start a debugging session.
  • Features — what the debugger does.

For the internals, see Architecture, How pausing on an error works and Localization.