mirror of
https://github.com/x64dbg/x64dbg.git
synced 2025-02-20 13:02:35 +00:00
26 lines
723 B
HTML
26 lines
723 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>ToggleBPX/bpt/bt</title>
|
|
<meta name="GENERATOR" content="WinCHM">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<style>
|
|
html,body {
|
|
/* Default Font */
|
|
font-family: Courier New;
|
|
font-size: 11pt;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<P><STRONG>ToggleBPX[,bpt,bt]<BR></STRONG>Toggle
|
|
(enable/disable) a breakpoint.</P>
|
|
<P><U>arguments<BR></U> arg1:
|
|
Name or address of the
|
|
breakpoint to toggle.</P>
|
|
<P><U>result<BR></U>The $result variable will be set to the
|
|
state of the breakpoint before it was toggled. 1: breakpoint was enabled before,
|
|
0: breakpoint
|
|
was disabled before.</P></body>
|