This is the command gp2c-dbg that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
GP2C-DBG - The GP to C debugger driver
DESCRIPTION
gp2c-dbg [gp2c options] [file.gp]
Compile file.gp with gp2c and launch a debugger session of gp where the functions of
file.gp are loaded. [gp2c options] are passed to gp2c.
gp2c-dbg file.c
Compile file.c and launch a debugger session of gp where the functions of file.c are
loaded. The file file.c must have suitable GP;install() lines.
USAGE
Since there is no debugger for the GP language, gp2c-dbg allows to debug GP scripts with
the C debugger. To catch PARI errors, you can set a break point on the function
"pari_err". Note that your functions will not be loaded until gp read the .run file.
Use gp2c-dbg online using onworks.net services