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

Debugger not working on Arch Linux

jakobkukla opened this issue · comments

Version: 3.11.1
Distro: Arch Linux

The debugger does not work at all in NASM (x86). GAS and FASM are working fine (also x86). I have similar symptoms to this issue #76 (except no crashing), which should be solved. I checked the linking options: They are correctly set to -fno-pie -no-pie.

commented

I am experiencing the same problem (Distro: Arch Linux; SASM-Version: 3.11.1)

I can confirm the problem. Sasm-Version is also 3.11.1

I can't reproduce because I don't have Arch Linux. I'll be glad to accept pull request or comment about fixing the issue.

I updated the AUR package to 3.12.0. Had the issue resolved or are people will experiencing this?
If still an issue, was it present before 3.11.1 or did it start presenting with that version?

Seems same issue as on Fedora 33. Should be fixed in version 3.12.1.

To apply the fix update SASM and reset settings: Settings -> Common -> Reset all.

I was having the same issue, but I was using Pop Os

I tried to download Sasm 3.12.1 and this solved the issue for me. I hope it will solve it for you.