We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12922b1 commit 0b3faebCopy full SHA for 0b3faeb
Core/Common/src/main/java/gay/object/hexdebug/core/api/debugging/env/DebugEnvironment.java
@@ -51,8 +51,8 @@ public abstract boolean resume(
51
* <br>
52
* The previous debug thread is removed before this method is called, so the implementation may
53
* use {@link HexDebugCoreAPI#createDebugThread} and {@link HexDebugCoreAPI#startDebuggingIotas}.
54
- * However, note that {@link DebugEnvironment} is <strong>not</strong> called before this
55
- * method, so it's up to the implementation whether they need to call that or not.
+ * However, note that {@link DebugEnvironment#terminate} is <strong>not</strong> called before
+ * this method.
56
*/
57
public abstract void restart(int threadId);
58
0 commit comments