Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Henriksen committed Mar 4, 2017
1 parent e146201 commit 0cf8f45
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Release Notes:

## 0.1.8
* Use "relativeFile" instead of "AskForProgram"
* Add changelog *(already found on [Releases](https://github.com/raix/vscode-perl-debug/releases))*

## 0.1.7
* Add the option "args" in the settings, this enables you to set program arguments for the program being debugged

## 0.1.6
* Added support for PERL5LIB environment variable

## 0.1.5
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.

## 0.1.4
* variable scope fix for differences on linux
* test setup for windows

## 0.1.3
* Fix order of debugger arguments for include to work

## 0.1.2
* 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](https://github.com/raix/vscode-perl-debug/issues/1)

## 0.1.1
* Step in
* Step out
* Set variable from inspector
* Watch variables and expressions
* Initial hover added
* Failed to implement function breakpoints (disabled for now)


## 0.0.1
* Initial version
* Breakpoints working
* Stacktrace
* Variable inspection
* Continue
* Step

0 comments on commit 0cf8f45

Please sign in to comment.