in reply to Re^2: How edit source code in perl debug mode
in thread How edit source code in perl debug mode
To me, not using -d is because it can’t edit in place
That's a really weird statement. A debugger and an editor are two different tools with different user interfaces. Many IDEs integrate them both.
If debugging from the command line, you can fire up the editor of your choice with e.g. system "nano $0" and then edit in place. Integrating the user interface of any editing capabilities in the debugger looks like a bad idea for me.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: How edit source code in perl debug mode
by LanX (Saint) on May 04, 2024 at 18:00 UTC |