Turn on debugger during run

Answered

Is it possible to switch the debugger on if you've performed a Run instead of a Debug?

0
5 comments

Hi!
There is no direct way to attach debugger to it. But you can invoke Attach to Already Running Process from Run menu and select your process in the list.

0

Great - thanks!

0

Hmm, I'm getting some strange errors...

SetSysTraceFunc started.
sys.settrace(pydevd.GetGlobalDebugger().trace_dispatch) worked.
OMP: Error #178: Function pthread_cond_wait failed:
OMP: System error #22: Invalid argument

Process finished with exit code 134 (interrupted by signal 6: SIGABRT)

0
Avatar
Tatiana Shabaeva

Hi Atcold,

Please note that this thread is about AppCode. Are you working with PyCharm? If yes, please either post to PyCharm forum or directly into issue tracker.

0

Oh, right, I didn't noticed. I got here through a Google search.

Sorry for the noise.

0

Please sign in to leave a comment.