I am attempting to use the breakpoint feature in Smath Version 0.99 (build: 6884) 64-bit on Windows 10 without success. Here is my approach.
1. Open example "RomanNumerals.sm" from the examples list 2. Click on line "arabic:=arabic - rlation" -> Right Click -> Select "Toggle Breakpoint" from the context menu 3. Click on the "Recalculate Page" command button on the top menu
I would expect the execution of the sheet to halt on the line that the breakpoint is on, awaiting further input from the user. Instead, the sheet executes to completion. I tried a few other sheets with similar results. Is there something I am doing wrong?