AEOR
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2024
10:48 PM
Cannot read properties of undefined (reading 'isAtDebuggerPrompt')
Does anyone know what means and how to address this in Visual Studio?
3 REPLIES 3
TwitchBronBron
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2024
03:14 AM
Re: Cannot read properties of undefined (reading 'isAtDebuggerPrompt')
That sounds like a bug in the vscode extension logic. Can you open a GitHub issue on the repository and provide some steps to reproduce and screenshots if possible?
https://github.com/rokucommunity/vscode-brightscript-language
AEOR
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2024
06:22 AM
Re: Cannot read properties of undefined (reading 'isAtDebuggerPrompt')
I got it to work! The debugger is working fine now. I'm very new and inexperienced at using these tools. What I think I did was got rid of the launch.json file as weird as it sounds, because once I did that, the tool started working immediately. That could be it maybe... but thank you so much for checking this out anyway!
TwitchBronBron
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024
05:22 AM
Re: Cannot read properties of undefined (reading 'isAtDebuggerPrompt')
Thanks for the update. I went ahead and made a few changes to guard against that crash anyway. 🙂