Canonical ISD: Debug Django with the Werkzeug debugger


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) Canonical ISD: Debug Django with the Werkzeug debugger
# 1  
Old 01-18-2011
Canonical ISD: Debug Django with the Werkzeug debugger

The great Django command-extensions app gives you an easy way to integrate the Werkzeug debugger into your Django site.

read more



More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Programming

Alternative debugger to GNU insight debugger

GNU insight debugger is not available now a days and it is required to debug/inspect assembly code as written in the book Assembly Language Programming step by step in Linux so my question is; is there any alternative to insight that I can use instead of insight in which I can get the same... (5 Replies)
Discussion started by: vectrum
5 Replies

2. AIX

Which debugger can i use to debug XL CC compiler build

Hi , I want to know which debugger can I use to debug application built using Xl CC compiler .I know dbx,gdb debuggers just want to find out whether I can use for debugging XL CC compiler generated build. Thanks (1 Reply)
Discussion started by: kittu1979
1 Replies

3. Programming

How to debug with wdb debugger a cobol program?

Hi Forum, i have such a question. I have a cobol program which is calling a C program and in that C program i get a core dump:(. I want to investigate what is the issue using WDB debuger, but a dont see the code from COBOL program in the debuger, when i run the debugger with the exe!!! ... (2 Replies)
Discussion started by: vovan
2 Replies

4. Programming

How to debug C source file using GVD debugger

Anyone pls. help !!! I want to debug C source file using GVD debugger. However, I am unable to find the way to debug source files. Thanks in advance (2 Replies)
Discussion started by: argupta
2 Replies
Login or Register to Ask a Question
GP2C-DBG(1)							       PARI							       GP2C-DBG(1)

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. FILES
file.gp.c The C output of gp2c. file.gp.so The GP loadable module. file.gp.run The commands to load the module. Once a module is compiled, you can load it inside a gp session by running this script. ENVIRONMENT
GP2C Path to the gp2c compiler, default: /usr/bin/gp2c GP_DBG Path to the gp calculator, default: /usr/bin/gp GP2C_DBG Command to start the debugger, default: "gdb --args" COPYING
Copyright 2000-2006 The PARI Group GP2C is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for GP2C. SEE ALSO
The GP2C manual, gp2c-run(1), gp2c(1), gp(1), gdb(1) GP to C compiler driver November 2001 GP2C-DBG(1)