-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Screen.Recording.2025-08-30.at.6.02.15.PM.mov
Debugger configuration
{
"folders":
[
{
"path": ".",
}
],
"debugger_configurations":
[
{
"name": "App1",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "./",
"env": {
"APP_MODE": "APP1",
}
},
{
"name": "App2",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "./",
"env": {
"APP_MODE": "APP2",
}
},
],
}
As you can see from the video both process are using the same console, if there any way we can use separate console window for each session?
Metadata
Metadata
Assignees
Labels
No labels