1

Why does my debug console not work, giving error message "Cannot execute: no debug process"

import os Cannot execute: no debug process import sys Cannot execute: no debug process import numpy Cannot execute: no debug process print("Hello world") Cannot execute: no debug process 2 + 2 Cannot execute: no debug process

byghtguy's avatar
11
byghtguy
asked 2024-05-27 14:25:57 -0500
Wingware Support's avatar
4.1k
Wingware Support
updated 2024-05-28 07:14:33 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

The Debug Console is a Python shell that executes in the current stack frame of the active debug process. If you have no debug process then you should use the Python Shell tool instead. You might want to go through the Tutorial in the Help menu to get an introduction to the various debugging tools in Wing.

Wingware Support's avatar
4.1k
Wingware Support
answered 2024-05-28 07:13:58 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer