Does anyone have a working example of how to configure Visual Studio
Code's launch.json to debug a TurboGears app?

I've configured mine to the point where I can debug gearbox, but haven't
figured out how to actually debug my app.  Since I use gearbox to serve
the app, my launch.json contains the following:

"program": "${workspaceRoot}/bin/gearbox",

I also tried pointing that at app.wsgi.  Neither seems to give me an
entry point to my application, and neither actually does what I need it
to do:  hit my breakpoints when a request comes into the app.  How can I
get it to do that?

Tim

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to turbogears+unsubscr...@googlegroups.com.
To post to this group, send email to turbogears@googlegroups.com.
Visit this group at https://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/d/optout.

Reply via email to