-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debug not working in recent version #1
Comments
It is not refreshing after editing shader files for me either. The debugger seems to work, didn't try breakpoints though. |
I'm new to the extension and am also trying to get debugging to work with breakpoints, watches etc.. But according to the tutorial after pressing play on the VS Code SHADERed debugger, we first need to click a pixel on the SHADERed window that pops up and hit play in the same SHADERed window to debug that pixel in the shader inside VS Code (as seen in the tutorial here: https://www.youtube.com/watch?v=3VGN8r88Pkk). However, SHADERed crashes when hitting play on that pixel. Which seems like the same issue as mentioned here: SHADERed version: 1.5.6 |
vscode 1.59.1, shadered 1.5.4, tested under windows 10 and Linux
clicking 'debug' starts shadered, but doesn't stop on breakpoints, also not refreshing after editing shader files
does it work for you?
The text was updated successfully, but these errors were encountered: