Re: perl5db.pl improvements: apply user's context pragma while DB::eval

2016-03-28 Thread KES
I have update branch. Do some fix and create testcase. Now you can run /perl/lib $ PERL5DB='BEGIN{ require "./perl5db.pl" }' perl -Iperl5db/t -d perl5db/t/apply_users_pragma_when_eval ACTUAL RESULTS: Loading DB routines from perl5db.pl version 1.49_03 Editor support available. Enter h or 'h h'

perl5db.pl improvements: apply user's context pragma while DB::eval

2016-03-28 Thread KES
Hi. When from debugger we evaluate some expression the user's context pragma is not applyed. This patch fixes that: https://github.com/KES777/perl/tree/apply_users_context_pragma Need help with one problem, can not watch variables when the debugging script.pl has 'use strict' in effect. Var

Re: perl5db.pl improvements: apply user's context pragma while DB::eval

2016-03-28 Thread Shlomi Fish
Hi KES, First of all, note that you should not E-mail me at shlo...@iglu.org.il. E-mail me only at shlo...@shlomifish.org . Where did you find the @iglu.org.il address? See below for the rest of my reply. On Mon, 28 Mar 2016 11:21:10 +0300 KES wrote: > Hi. > > When from debugger we evaluate s