iaito icon indicating copy to clipboard operation
iaito copied to clipboard

Debugging hangs

Open phil294 opened this issue 1 year ago • 4 comments

Environment

Sat Jul  6 12:16:17 AM CEST 2024
radare2 5.9.2 0 @ linux-x86-64
birth: git.5.9.2 2024-05-25__21:41:23
options: gpl release -O1 cs:5 cl:2 meson
iaito 5.9.2
Linux x86_64

Manjaro

Description

What exactly should happen when I click the debug button?

image

All the debug buttons don't do anything, and "stop debug" doesn't hide the popup, clicking "Cancel" doesn't do anything, neither does clicking the X on the popup window, and the popup window stays open even after iaito close, requiring a kill -9 before the process even stops (though the popup isn't unresponsive, it just ignores my Cancel clicks).

Test

My binary is a small harmless x86 binary compiled with Crystal, linking against some external C-libs. Debugging it with r2 in cmd line works.

phil294 avatar Jul 05 '24 22:07 phil294

@phil294 I am having the same issue. Have you found any hacks?

sivaplaysmC avatar Jan 14 '25 12:01 sivaplaysmC

@sivaplaysmC nope, I'm not using this iaito, couldn't get it to run

phil294 avatar Jan 14 '25 23:01 phil294

@phil294 what other tools do you suggest for visual debugging? i tried cutter, but it was not the best experience.

sivaplaysmC avatar Jan 19 '25 17:01 sivaplaysmC

I got back to using gdb via command line :|

phil294 avatar Jan 19 '25 18:01 phil294