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
{{ message }}
This repository was archived by the owner on Jan 13, 2021. It is now read-only.
First off, I would like to thank the author for creating this extension for VS Code. Code is my go-to editor for almost everything and for some time I had been looking for a way to debug perl in VS Code.
However, while the debugger works fine for some perl programs, for others it is extremely slow. In particular, I have noticed that when I add the DBI or DBIx packages to my modules, to step over individual lines of code it takes several seconds (5-10), and it takes even longer (15 seconds or more) for variable and data structure values to load in the "Variables" section in the side bar. The wait time here is long enough to be unworkable. If you could please look into this issue, it would be greatly appreciated.
Some info on my setup:
OS: Windows 10 Pro Perl: perl 5, version 24, subversion 2 (v5.24.2) built for MSWin32-x86-multi-thread-64int VSCode Version: 1.41.1
Please let me know if more details are needed. Thank-you for your time.
First off, I would like to thank the author for creating this extension for VS Code. Code is my go-to editor for almost everything and for some time I had been looking for a way to debug perl in VS Code.
However, while the debugger works fine for some perl programs, for others it is extremely slow. In particular, I have noticed that when I add the DBI or DBIx packages to my modules, to step over individual lines of code it takes several seconds (5-10), and it takes even longer (15 seconds or more) for variable and data structure values to load in the "Variables" section in the side bar. The wait time here is long enough to be unworkable. If you could please look into this issue, it would be greatly appreciated.
Some info on my setup:
OS: Windows 10 Pro
Perl: perl 5, version 24, subversion 2 (v5.24.2) built for MSWin32-x86-multi-thread-64int
VS Code Version: 1.41.1
Please let me know if more details are needed. Thank-you for your time.