Hi,
- set breakpoint anywhere (can be software, hardware, doesn’t matter)
- edit breakpoint condition (
...button) - set language to python
- enter one newline as script body (hit enter once)
- click ok (edit script window)
- click ok (breakpoint setting window)
IDA wil throw signum=11 error.
Additionally if You click compile after step 4 IDA will show warning:
Script error:
File "<string>", line 4
^
IndentationError: expected an indented block after function definition on line 2
macOS 15.6, Python 3.12