简体   繁体   中英

how to disable template debugging in PyDev

I'm having an issue with PyDev. When I'm debugging scrips while i'm on admin page, the debugger stops in different places of django suit template.

But I don't need to debug templates so how can I tell Eclipse not to debug templates but to debug only code

You can disable those breakpoints by:

  1. Open debug perspective

  2. Open menu > PyDev > Manage exception breakpoints

  3. Edit the related option (suspend on django template render exceptions).

Text has been taken from here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM