in reply to Re^4: Getting Special Perl Variables for last Regexp from Debugger
in thread Getting Special Perl Variables for last Regexp from Debugger
If eval is at the core of your debugger then this needs to be enhanced so that each line of code is extended before being eval'd to specifically capture the values of those variables within the source symbol space and putting them somewhere the debugging program get at them afterwards, e.g. using IPC::Shareable or IPC::ShareLite - update: although it might slow your debugger down to have too much overhead per line of source - the only way to get better performance and be in full control of the debugger would be to parse instead of eval-ing the source code. .
-M
Free your mind
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Getting Special Perl Variables for last Regexp from Debugger
by Outaspace (Scribe) on Nov 29, 2005 at 15:47 UTC |