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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Robert R's avatar
11
Robert R
asked 3 years ago
Wingware Support's avatar
4.3k
Wingware Support
updated 3 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Wingware Support's avatar
4.3k
Wingware Support
answered 3 years ago
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 (3 years ago)
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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)