diff --git a/help/DebugContinue_con.htm b/help/DebugContinue_con.htm new file mode 100644 index 00000000..5d175700 --- /dev/null +++ b/help/DebugContinue_con.htm @@ -0,0 +1,29 @@ + + +
+DebugContinue[,con]
Set debugger
+continue status.
arguments
[arg1]: When set,
+the exception will be handled by the program. Otherwise the exception will be
+swallowed.
result
+
+
+This command does not set any result
+variables.
+
+
DLL exports: Type 'GetProcAddress' and it will -automatically be resolved to the actual address of the function. To explicitly define from -which module to load the +automatically be resolved to the actual address of the function. To explicitly +define from which module to load the API, use: "kernel32.dll:GetProcAddress" or "kernel32:GetProcAddress". In a similar way +you can resolve ordinals, try "ntdll:1". Another macro allows you to get the loaded +base of a module. Try - API, use: "kernel32.dll:GetProcAddress" or -"kernel32:GetProcAddress"
+ "ntdll:0", "ntdll:base", "ntdll:imagebase" or +"ntdll:header".labels/symbols : user-defined labels @@ -90,4 +92,4 @@ expressions.
Input for arguments can always be done in any of the above forms, except if stated -otherwise.