Closed VISTALL closed 9 years ago
And debugger cant attach. Wtf?)
Strange - socket freezed while attach
Same here , when trying to attach before I launch the game it gets frozen. Also, when I attempt to step through code I get the exception:
Only one step request allowed per thread: Only one step request allowed per thread
mono.debugger.request.DuplicateRequestException: Only one step request allowed per thread
at mono.debugger.request.StepRequest.<init>(StepRequest.java:91)
at mono.debugger.EventRequestManagerImpl.createStepRequest(EventRequestManagerImpl.java:76)
at org.mustbe.consulo.dotnet.debugger.DotNetDebugProcess$3.process(DotNetDebugProcess.java:256)
at org.mustbe.consulo.dotnet.debugger.DotNetDebugProcess$3.process(DotNetDebugProcess.java:251)
at org.mustbe.consulo.dotnet.debugger.DotNetDebugThread.processCommands(DotNetDebugThread.java:344)
at org.mustbe.consulo.dotnet.debugger.DotNetDebugThread.run(DotNetDebugThread.java:227)
However, if I don't step and just attach where I want to debug that spot it works. Great improvements and better then MonoDevelop already! :-D
About that trace - sometimes i reproduced it. It related to Mono .NET debugger (it already requested review - but hard for me find time)
Thanks anyway
About 'Step Requst'. I pushed possible fix for it
https://github.com/consulo/consulo-dotnet/commit/8fdac6062186d77d278771bf190051c1ef3be81f
After few hours -u can update plugin, and test
Thanks!
I'll try this soon, thanks for getting this in so fast!
Any news?
I will need to use it for a couple days more but so far I have not been able to reproduce that issue anymore.
Nice
Feedback about unity debugger(or consulo or c# impl) will be helpfull
Hm. When i tried to attach i get exception: