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
Visual Studio Code >= V1.64 is takes minutes on Mac to hit a breakpoint even in a small and non-complex Unit Test. The suggested solution from Visual-Studio-Code is to configure the 'outFiles' property in the launch.json -> updating the template.launch.json to reflect the needed changes. Even on Windows machines the suggestion with the 'outfiles' is showing up with >= V1.64 but hitting the first breakpoint is not taking that immens amount of time as on Mac.
With the proper 'outfiles' configuration in place hitting then the first breakpoint is going even faster compared to V1.63 on Mac and on Windows
The text was updated successfully, but these errors were encountered:
Hitting breakpoints in debug mode is much slower with V1.64 and above
compared to V1.63. Visual Studio Code is suggesting to use the
'outFiles' property with a pattern to speed-up the process of hitting
the breakpoints. Integrating the suggestion into the
template.launch.json to provide a template solution to be taken into the
launch.json on demand.
Closes: hyperledger-cacti#1852
Signed-off-by: Michael Courtin <[email protected]>
Hitting breakpoints in debug mode is much slower with V1.64 and above
compared to V1.63. Visual Studio Code is suggesting to use the
'outFiles' property with a pattern to speed-up the process of hitting
the breakpoints. Integrating the suggestion into the
template.launch.json to provide a template solution to be taken into the
launch.json on demand.
Closes: hyperledger-cacti#1852
Signed-off-by: Michael Courtin <[email protected]>
m-courtin
added a commit
to m-courtin/cactus
that referenced
this issue
Mar 1, 2022
Hitting breakpoints in debug mode is much slower with V1.64 and above
compared to V1.63. Visual Studio Code is suggesting to use the
'outFiles' property with a pattern to speed-up the process of hitting
the breakpoints. Integrating the suggestion into the
template.launch.json to provide a template solution to be taken into the
launch.json on demand.
Closes: hyperledger-cacti#1852
Signed-off-by: Michael Courtin <[email protected]>
Hitting breakpoints in debug mode is much slower with V1.64 and above
compared to V1.63. Visual Studio Code is suggesting to use the
'outFiles' property with a pattern to speed-up the process of hitting
the breakpoints. Integrating the suggestion into the
template.launch.json to provide a template solution to be taken into the
launch.json on demand.
Closes: #1852
Signed-off-by: Michael Courtin <[email protected]>
Visual Studio Code >= V1.64 is takes minutes on Mac to hit a breakpoint even in a small and non-complex Unit Test. The suggested solution from Visual-Studio-Code is to configure the 'outFiles' property in the launch.json -> updating the template.launch.json to reflect the needed changes. Even on Windows machines the suggestion with the 'outfiles' is showing up with >= V1.64 but hitting the first breakpoint is not taking that immens amount of time as on Mac.
With the proper 'outfiles' configuration in place hitting then the first breakpoint is going even faster compared to V1.63 on Mac and on Windows
The text was updated successfully, but these errors were encountered: