Older App Not running in debugger

Hi,

I thought I would try one more time here before started from scratch.

I have a 2 year old web app that will not run in debugger. I put break points in App Open, and session open and it will break there. However if I step out of session open, the stack shows:

_HTTPServer.HTTPRequestThread
SessionShutDownThread
MainThread

Anybody have any idea why?

That doesn’t tell us much. All that indicates is that you had a thread switch when you pressed the step button.

If you are getting Session.Open, your app is launching though. Could you give more details about what’s happening when you run without breakpoints?

Without break points it just displays the the loading and jumps back to xojo. It’s not crashed as the Play button is enabled as well as the stop button.

Showing the same stack.