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 e08da69 commit 7d82e08Copy full SHA for 7d82e08
platform.py
@@ -12,7 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-import copy
16
import platform
17
18
from platformio.managers.platform import PlatformBase
@@ -102,7 +101,7 @@ def _add_default_debug_tools(self, board):
102
101
103
def configure_debug_session(self, debug_config):
104
adapter_speed = debug_config.speed or "5000"
105
-
+
106
server_options = debug_config.server or {}
107
server_arguments = server_options.get("arguments", [])
108
if "interface/cmsis-dap.cfg" in server_arguments:
0 commit comments