Replies: 2 comments
-
I'm assuming you're using the BrightScript Language extension for VSCode? If so, yes, you can definitely set breakpoints within tasks. There are some issues with the telnet debugger right now, it seems to get a bit broken occasionally. You can try setting |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks. I'll give that a try. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to set a breakpoint within a Task? I'm trying to debug some code within a Task object. I can set a breakpoint, but, when it is hit, I can't examine any variables because the debugger seems to be hung (ie. the Locals window shows a spinning circle).
Beta Was this translation helpful? Give feedback.
All reactions