You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
// Use IntelliSense to learn about possible attributes.// Hover to view descriptions of existing attributes.// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387"version": "0.2.0",
"configurations": [
{
"name": "PowerShell Launch Current File",
"type": "PowerShell",
"request": "launch",
"script": "${file}",
"cwd": "${file}"
},
{
"name": "PowerShell: Interactive Session",
"type": "PowerShell",
"request": "launch",
"cwd": ""
}
]
}
Start "PowerShell: Interactive Session" debug.
Set breakpoint anywhere on File2.ps1.
Go to Start.ps1 and F8 on the line (debug will start and take you to the breakpoint on File2.ps1).
F8 on any line (it will not work).
F5 to finish debugging (All previous F8s will execute at once after the script finished).
Logs: EditorServices.log
F8 presses are the 2020-01-17 00:39:29.212 +02:00 [DBG] Finding descriptor for evaluate log lines. The lines after that are the F5
Extension version: 2020.1.0
VS Code version: Code 1.41.1 (26076a4de974ead31f97692a0d32f90d735645c0, 2019-12-18T14:58:56.166Z)
OS version: Windows_NT x64 10.0.18363
Issue Type: Bug
Start.ps1
. .\File2.ps1
File2.ps1
.vscode\launch.json
Logs:
EditorServices.log
F8 presses are the
2020-01-17 00:39:29.212 +02:00 [DBG] Finding descriptor for evaluate
log lines. The lines after that are the F5Extension version: 2020.1.0
VS Code version: Code 1.41.1 (26076a4de974ead31f97692a0d32f90d735645c0, 2019-12-18T14:58:56.166Z)
OS version: Windows_NT x64 10.0.18363
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: unavailable_off
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: