// TODO: Add properties for disable breakpoints, etc
public ScriptDebugModel(DebugService debugService, IntegrationEntityId debuggeeId) {
this.debugService = debugService;
this.debuggeeId = debuggeeId;
dataElementsModel = new ScriptDataElementsModel();
testProviderId = newProperty(TEST_PROVIDER_ID, null);
debugMessage = newProperty(DEBUG_MESSAGE, "");
callback = new ServerTestCallbackAdapter() {/**/};
startEnabled = newProperty(IS_START_ENABLED, Boolean.FALSE);
disableBreakpoints = newProperty(DISABLE_BREAKPOINTS, Boolean.FALSE);