All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.unidbg.debugger.BreakPoint Maven / Gradle / Ivy

There is a newer version: 0.9.8
Show newest version
package com.github.unidbg.debugger;

public interface BreakPoint {

    void setTemporary(boolean temporary);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy