1
0
mirror of synced 2025-01-09 05:01:38 +01:00
ImHex/plugins/builtin/source
paxcut 0d4f3e5735
fix: ImHex hangs when pressing F5 while in a breakpoint (#1920)
### Problem description
fix: pressing F5 (start pattern execution ) while being in a break point
hangs ImHex.


The reason for hanging ImHex was that the shortcut procedure was not
checking if the pattern was already running, and it attempted to start
another one. This makes ImHex wait indefinitely for a lock to be
released

### Implementation description

To fix the hanging of ImHex we check the runtime for current evaluation
and if detected we stop it. In all cases the evaluation is started
again.
2024-11-24 11:24:42 +01:00
..
content fix: ImHex hangs when pressing F5 while in a breakpoint (#1920) 2024-11-24 11:24:42 +01:00
plugin_builtin.cpp feat: Added --reset-settings command 2024-06-26 19:38:25 +02:00