SASM icon indicating copy to clipboard operation
SASM copied to clipboard

feature requests: setting include folder, enhanced debugging, debugging see stack

Open sehHeiden opened this issue 7 years ago • 2 comments

Hi,

I am using sasm on a regular base. I have some feature requests which could enhance the usablity of sasm a lot. The first one is, to be able to set a (list of) local include folders. The next request concerns the debugging mode: First in debugging mode steps will not be shown anymore, if jumps were taken. Also when using locally define subroutines, or macros, stepping through those too would be equaly useful. Second in debug mode, the registers and data con be checked. To equaly see whats on the stack, could be useful as well.

I hope my suggestions are helpful, with kind regards!

sehHeiden avatar Dec 03 '16 20:12 sehHeiden

Hello,

Thank you for proposals. Now I have no free time to implement these features. But if someone implement some of these features, I will gladly accept pull request.

Dman95 avatar Feb 19 '17 18:02 Dman95

I like the stack view idea. It could be something simple, like this.

image

Or it could be something more complicated, perhaps with columns like the register view.

image

RedDragonWebDesign avatar Oct 04 '20 13:10 RedDragonWebDesign