You should see something like this near the bottom of the traceback:

Module rlink.controllers.admin:61 in __init__     [+]     view

If I disable javascript in Firefox, clicking on the + or the links
doesn't do anything.  So that sounds like your problem.  My version
also has a non-Javascript warning at the top of the page: "Warning,
your browser does not support JavaScript so you will not be able to
use the interactive debugging on this page."  That must have been
added to Pylons recently.

Normally, clicking on the + shows the local variables at that
traceback frame, plus a text box to enter interactive Python commands.

I'm not sure what you mean by horizontal lines, but if they're all the
way across the screen, it may be how the styling looks in your
browser.  Or if the lines are just short lines where the [+] should
be, the browser may not be able to get the [+] image from the
application-server for some reason.

On 8/20/09, [email protected]
<[email protected]> wrote:
> Hi,
>
> I'm going through the pylonsbook.com doing the examples, and using
> Firefox on 64-bit Linux to view the pages I'm generating.
>
> I've got noscript on, but have made an exception for localhost.
>
> I've double-checked that I have "debug = true" in my development.ini
> and have commented out the "debug = false" line.
>
> When there is an exception, the book decribes that there will
> be a "+" sign which you click on to start the interactive debugger.
>
> But I see a series of underlines - like a hyperlink - and when I
> click on it, it doesn't do anything.  When I hover over this
> link, the URL displayed is the same with a "#" appended.
>
> Is this a known bug in pylons, or firefox, or am I doing something
> wrong?
>
> I'll try a different browser when I get home later tonight.
> --
> Obama Nation | My emails do not have attachments; it's a digital signature
> that your mail program doesn't understand. |
> http://www.subspacefield.org/~travis/
> If you are a spammer, please email [email protected] to get
> blacklisted.
>


-- 
Mike Orr <[email protected]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to