fun setProfileData()

in core/src/main/kotlin/com/jetbrains/aspire/dashboard/AspireResource.kt [323:329]


    fun setProfileData(profileData: AspireProjectResourceProfileData) {
        if (type != ResourceType.Project || isUnderDebugger == profileData.isDebugMode) return

        isUnderDebugger = profileData.isDebugMode

        sendServiceChangedEvent()
    }