Comment on page
# (comment in batch scripts)
Description of the '#' comments in HyperDbg.
#
## [Comment (string)]
Comments a line of code or batch script.
In HyperDbg's batch scripts '
#
' is used as the comment character. However, in the script engine, it uses a C-like commenting style.[Comment (string)]
Everything after the '#' is interpreted as a comment.
The following example shows the comments style in HyperDbg.
# This is a comment.
.connect local # This is an inline comment.
None
None
None
None