jitterphysics2 icon indicating copy to clipboard operation
jitterphysics2 copied to clipboard

Issue debugging on linux (Ubuntu 22.04)

Open ClaudioPinho opened this issue 3 months ago • 3 comments

I have been implementing the JitterPhysics2 with my own game engine using MonoGame but for some reason I am having problems debugging my game now, going step by step on the initialization process the debugger gets stuck somewhere inside the "World.Step" somewhere on the line "ThreadPool.Instance.SignalWait()". I tried running the step without multi thread but it seems that the issue persists, however running the game normally without debugger has no issues, maybe this is happening since I am using linux but I tried using the older version of Jitter 1 and it runs well.

ClaudioPinho avatar Apr 03 '24 16:04 ClaudioPinho