How do I close the python debug session? tried shortcut (cntrl-alt-F9)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jory R Ferrell
    New Member
    • Jul 2011
    • 62

    How do I close the python debug session? tried shortcut (cntrl-alt-F9)

    I need to close the session but the debug can't be shut down...wth do I do?
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    If you are on Windows, use Task Manager, Processes tab and end the process.

    Comment

    • Jory R Ferrell
      New Member
      • Jul 2011
      • 62

      #3
      Forgot to mention I am at a library...They don't allow access to the Task Manager. I am actual very familiar with it...but can't use it in this case. :P

      Comment

      • eGrove Systems
        New Member
        • Dec 2012
        • 6

        #4
        In case of debugging opened in python library, it can be quit by pressing "q".

        Comment

        Working...