I have own LanguageService implementation for my language. How can I disable editing the code during debugging? Now, when customer uses my integration and when breakpoint is reached he/she is able to edit the code and continue the debugging and in this
case modified text is out of sync with debug "pointer".
↧