pause
Description of the 'pause' function in HyperDbg Scripts
Last updated
Description of the 'pause' function in HyperDbg Scripts
Last updated
pause
pause( );
No argument.
Breaks and halts the system and give control to the kernel debugger.
pause();
Break and halt the system and give control to the debugger.
You can only use this function in Debugger Mode, and you cannot use it on VMI Mode or local debugging.
This command must be used in . You should avoid using this function with the '' command. Otherwise, the system will halt.
None