Visual Studio Python: Frame skipped from debugging during step-in.

Mirko Scarabello 0 Reputation points
2024-08-01T11:06:09+00:00

In an attempt to test the development of scripts in Python during debugging, the following message appears:

Frame skipped from debugging during step-in.

Note: may have been skipped because of ’justMyCode’ option (default = = true). Try setting ’justMyCode’: false in the debug configuration (e.g., launch.json).

Here the screen:screen

here the debugger settings:

Debugger

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 31,156 Reputation points Microsoft External Staff
    2024-08-01T13:33:28.3+00:00

    Hi @Mirko Scarabello, 

    Welcome to Microsoft Q&A! 

    Do you have the launch.json file? You can choose the Show All Files button on the Solution Explorer toolbar to check it. 

    Or you can go to Tools > Options > Debugging > uncheck “Enable Just My Code”.  

    Sincerely,

    Anna


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.