- Use "relativeFile" instead of "AskForProgram"
- Add changelog (already found on Releases)
- Add the option "args" in the settings, this enables you to set program arguments for the program being debugged
- Added support for PERL5LIB environment variable
At times the windows perl debugger outputs inconsistent newlines when printing variables. This release fixes faulty variable data and adds tests for variables back in for windows.
- variable scope fix for differences on linux
- test setup for windows
- Fix order of debugger arguments for include to work
- Added ability to set include directories in the launch config
- Added the ability to set a specific path to the perl executable
- Run the debugger with shell enabled - hope this will solve #1
- Step in
- Step out
- Set variable from inspector
- Watch variables and expressions
- Initial hover added
- Failed to implement function breakpoints (disabled for now)
- Initial version
- Breakpoints working
- Stacktrace
- Variable inspection
- Continue
- Step