From 9c2faee0371197c0ace727d7fd2831d12f6d2923 Mon Sep 17 00:00:00 2001 From: Kaled1992 Date: Sat, 31 Aug 2024 03:09:55 +0000 Subject: [PATCH] Main --- .vscode/launch.json | 36 ++++++++++++++++++++++++ com.microsoft.java.debug.core/.classpath | 13 +++++++++ 2 files changed, 49 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 6de8b630d..3b8ae4f1c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,42 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + + { + "name": "Attach to Chrome", + "port": 9222, + "request": "attach", + "type": "chrome", + "webRoot": "${workspaceFolder}" + }, + { + "name": "Attach to Chrome", + "port": 9222, + "request": "attach", + "type": "chrome", + "webRoot": "${workspaceFolder}" + }, + { + "name": "Attach to Chrome", + "port": 9222, + "request": "attach", + "type": "chrome", + "webRoot": "${workspaceFolder}" + }, + { + "name": "Attach to Chrome", + "port": 9222, + "request": "attach", + "type": "chrome", + "webRoot": "{workspaceFolder}" + }, + { + "name": "Attach to Chrome", + "port": 9222, + "request": "attach", + "type": "chrome", + "webRoot": "${workspaceFolder}" + }, { "type": "java", "name": "Debug (Attach)", diff --git a/com.microsoft.java.debug.core/.classpath b/com.microsoft.java.debug.core/.classpath index 9ba41a249..b3a434205 100644 --- a/com.microsoft.java.debug.core/.classpath +++ b/com.microsoft.java.debug.core/.classpath @@ -31,6 +31,19 @@ + + + + + + + + + + + + +