First time here? Check out the FAQ!
1

wing stops the running debug process after 2-3 minutes

I am debugging an erp tool (odoo). It seems, that wing stops the running debug process after 2-3 minutes. can I manage this "stop time" someweher ? thanks Robert

Robert R's avatar
11
Robert R
asked 2022-05-04 05:17:32 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2022-05-04 07:49:32 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Wing does not terminate debug processes after any length of time. The process is either being killed from the outside by something (e.g. by the web server if you're running it as a CGI and using wingdbstub to initiate debug) or perhaps it's crashing.

We might be able to see more details about this by collecting the debug-side diagnostic log. If you're launching debug from the IDE this is done by setting the Debugger > Diagnostics > Debug Internals Log File preference. If you're using wingdbstub to initiate debug then it's done by setting kLogFile in your copy of wingdbstub.py. The output can be emailed to support@wingware.com.

Wingware Support's avatar
4k
Wingware Support
answered 2022-05-04 07:49:09 -0500
edit flag offensive 0 remove flag delete link

Comments

1

Also worth trying 8.3.1 when it's out since it has a fix for a potential crash in the debugger.

Wingware Support's avatar Wingware Support (2022-05-05 12:32:25 -0500) edit
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