Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86142 > unrolled thread

Re: Accessible tools

Started by"Jacob Kruger" <jacob@blindza.co.za>
First post2015-02-22 20:29 +0200
Last post2015-02-22 20:29 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Accessible tools "Jacob Kruger" <jacob@blindza.co.za> - 2015-02-22 20:29 +0200

#86142 — Re: Accessible tools

From"Jacob Kruger" <jacob@blindza.co.za>
Date2015-02-22 20:29 +0200
SubjectRe: Accessible tools
Message-ID<mailman.19020.1424629771.18130.python-list@python.org>
----- Original Message ----- 
From: "Tim Chase" <python.list@tim.thechases.com>
Subject: Re: Accessible tools


>
> While my experience has shown most of your items to be true, I'd
> contend that
>
>>• Do not, have access to debugging tools.
>
> is mistaken or at least misinformed.  For Python, I use the "pdb"
> module all the time, and it's command-line driven.  Combined with a
> multi-terminal (whether multiple windows, virtual consoles, or a
> tmux/screen session), I can easily bounce back and forth between a
> "pdb" debugging session and the source code to make edits.  Just to
> check, I fired up the "yasr" terminal screen-reader, launched tmux
> (using my quiet config, since it updates information on the screen
> like the time on a regular basis, making it chatty), and stepped
> through some Python code, checked variables, and walked up/down the
> call-stack.  I know most other languages have similar functionality
> such as gdb for C code.
Will check out PDB a bit more, but, honestly, my windows screenreader that 
use most of the time, jaws, doesn't always cooperate perfectly with command 
line/console interface - can be worked around, but, not all that easily at 
times - but, this page seems to offer enough detail relating to PDB, to 
start off with anyway:
https://docs.python.org/3/library/pdb.html

Jacob Kruger
Blind Biker
Skype: BlindZA
"Roger Wilco wants to welcome you...to the space janitor's closet..."

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web