PTVS
PTVS copied to clipboard
Interactive Debugging not working anymore like expected
This issue has been moved from a ticket on Developer Community.
[regression] [worked-in:vs 2019 v16.6.5]
Hello
this week i had to change my virtual maschine for work and i took the chance to upgrad from working with python in visual studio 2019 to 2022.
working on big projects with long execution times im really happy to be able to use interactive debugging. to be able to set a breakpoint, change some code and be able to either define new varibales like "testing = 1" and make them available immediatly either in the watch window or by running the quick watch on this highlighted line. sadly now i get this error -> SyntaxError('invalid syntax', ('
Original Comments
Feedback Bot on 5/10/2023, 07:25 PM:
(private comment, text removed)
Original Solutions
(no solutions)
Thanks for the issue. Would you be able to provide a minimal, self-contained code sample with repro steps that we can use to repro your issue?
well i just opened a complete new project and like i explained before i wrote the line testing = 1 i made a breakpoint at that only line started this one line python code when it stopped there, i highlighted the line and pressed shift +f9 to get to the watch window and still i get the same exact error SyntaxError('invalid syntax', ('', 1, 9, 'testing = 1')) that is as minimal as it gets thanx for your help