Skip to content

Commit

Permalink
Updated draft post for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenHarbinger committed Jul 28, 2016
1 parent f9d3e5d commit 0846ac7
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
---
layout: post
title: 1.2.0 Release
title: 1.3.0 Release
date: '2016-07-31 16:20:00 -0400'
categories: dev
tags:
- release
author: Matthew Aguirre
---

## Release v1.2.0
## Release v1.3.0

- Added the 'Interpreter Menu'.
- F5 to start debug
- F6 to run
- If debugging and paused; F2 to step
- Added breakpoint support
- Click on the area next to the line number to set a breakpoint
- Once the code hits that point, it will pause
- Known issues:
- Not all lines will cause a break (e.g. `repeat`)
- The statement will evaluate before pausing

### Branch Updates

- Working on jvmBasic
- Added a new branch for working on adding breakpoints
- Work is promising, needs testing.

Download [here][1] or install via snap.

Expand Down

0 comments on commit 0846ac7

Please sign in to comment.