Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Problem Running Perl Debugger

by Khen1950fx (Canon)
on May 19, 2010 at 20:07 UTC ( [id://840778]=note: print w/replies, xml ) Need Help??


in reply to Problem Running Perl Debugger

Check your environmental variables. I don't use Windows, but on my system, I use xterm, for example, TERM=xterm. Try setting it to TERM=dumb to get rid of the warning.

Replies are listed 'Best First'.
Re^2: Problem Running Perl Debugger
by Athanasius (Archbishop) on Mar 31, 2015 at 03:09 UTC

    Thanks for this.

    I run Strawberry Perl portable, and seldom use the debugger, so only today discovered that perl -dE 1 gives me the same warning. Which surprised me, as I start Perl from a shortcut that calls my own batch file before calling portableshell.bat, and in my batch file I have set TERM=dumb.

    Turns out that between versions 5.18.2 and 5.20.0 the relevant line in portableshell.bat was changed from set TERM=dumb to set TERM=. (So I hadn’t noticed that the second batch file was overriding this set command in the first batch file. Careless. :-( ) By commenting out this line I am now able to set TERM in my own batch file. Problem solved.

    Just thought I’d mention this here in case it helps someone else searching for help on the same problem.

    Athanasius <°(((><contra mundum Iustus alius egestas vitae, eros Piratica,

      Thanks!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://840778]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-20 02:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found