Dman95 / SASM

SASM - simple crossplatform IDE for NASM, MASM, GAS and FASM assembly languages

Home Page:http://dman95.github.io/SASM/

Repository from Github https://github.comDman95/SASMRepository from Github https://github.comDman95/SASM

SASM (3.11.1) Debug not working on Ubuntu 20.04

rjsargeant opened this issue · comments

Debug begins with the message "Debugging started", however no line is highlighted. All "Debug" menu items remain disabled except "Continue" which has not effect. No error messages are shown. However the same version works great on Windows. I suspect this is the same problem highlighted by other on Arch linux.

This is the approach which finally worked for me. Use Ubuntu 18.04-5 not 20.04. Download sasm_3.11.1_amd64.deb. Try to install using "sudo dpkg -i sasm-3.11.1_amd64.deb". This will indicate a series of dependencies missing. Then follow up with "sudo apt --fix-broken install". Finally repeat "sudo dpkg -i sasm_3.11.1_amd64.deb". I hope this helps others.

Try new built package for Ubuntu 20.04 and install it using Software Install (double click): https://download.opensuse.org/repositories/home:/Dman95/xUbuntu_20.04/amd64/sasm_3.12.0-1_amd64.deb

Everything seems to be working.

same issue on fedora 33

Fixed in version 3.12.1. To apply the fix update SASM and reset settings: Settings -> Common -> Reset all. On Fedora 33 everything works correctly.