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
nemiver(1)						      General Commands Manual							nemiver(1)

NAME
nemiver - graphical debugger for GNOME SYNOPSIS
nemiver [options] [<prog-to-debug> [prog-args]] DESCRIPTION
This manual page documents briefly the nemiver command. nemiver is a standalone graphical debugger that integrates well in the GNOME desktop environment. It currently features a backend which uses the well known GNU Debugger gdb to debug C/C++ programs. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -?, --help Show help options. -v, --version Show version of program. --env=" var0=val0 var1=val1 var2=val2 ... " Display the value of an expression. --attach=<pid|process_name> Attach to a process. --listsessions List the saved debugging sessions. --purgesessions Erase the saved debugging sessions. --executesession=N Debug the program that was of session number N --log-domains=DOMAINS Enable logging domains DOMAINS --logdebuggeroutput Log the debugger output. BUGS
If you find a bug, please report it at http://bugzilla.gnome.org/enter_bug.cgi?product=nemiver. AUTHOR
nemiver was written by Dodji Seketeli <dodji@gnome.org> and Jonathon Jongsma <jjongsma@gnome.org>. This manual page was written by Luca Bruno <lucab@debian.org>, for the Debian project (but may be used by others). 06 January 2008 nemiver(1)