|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Debug Step into referenced project do not workHi,
I'm using MonoDevelop 2.2 Beta2 on Windows XP. I set up a simple ASP.NET project, and the debugging of a simple default.aspx page works fine (I'm able to step through an event handler line-by-line). I added a second project to the solution, the AMFNet (source available at http://sourceforge.net/projects/amfnet/files/ - version 0.30). Added a reference to that project in the web app project, and inserted the following lines into web.config as requested at readme.txt: <httpHandlers> <add verb="*" path="gateway.aspx" type="Fuel.AmfNet.GatewayHandler, Fuel.AmfNet"/> </httpHandlers> When I start debugging the project, I cannot set breakpoints inside the Fuel.AmfNet project (pressing F9 displays a non-filled red circle at the beginning of the line indicating that the break will not occur, and really, it doesn't stop at any line). Calling the webservice from the browser works though. I tried to create a test webservice in the main project, to forward the request to the handler in the AmfNet project. The debugger stops at the first line of this ashx, but when I try to step into the Fuel.AmfNet project (which I oviously have the sources of) it does not work. Any suggestions welcome. Thanks, Zsolt |
|
|
Re: Debug Step into referenced project do not workCould you please file a bug report? See http://monodevelop.com/bugs.
El dj 15 de 10 de 2009 a les 04:22 -0700, en/na Zsolt Molnar va escriure: > Hi, > > I'm using MonoDevelop 2.2 Beta2 on Windows XP. > I set up a simple ASP.NET project, and the debugging of a simple > default.aspx page works fine (I'm able to step through an event handler > line-by-line). > > I added a second project to the solution, the AMFNet (source available at > http://sourceforge.net/projects/amfnet/files/ - version 0.30). > Added a reference to that project in the web app project, and inserted the > following lines into web.config as requested at readme.txt: > > <httpHandlers> > <add verb="*" path="gateway.aspx" type="Fuel.AmfNet.GatewayHandler, > Fuel.AmfNet"/> > </httpHandlers> > > When I start debugging the project, I cannot set breakpoints inside the > Fuel.AmfNet project (pressing F9 displays a non-filled red circle at the > beginning of the line indicating that the break will not occur, and really, > it doesn't stop at any line). Calling the webservice from the browser works > though. > > I tried to create a test webservice in the main project, to forward the > request to the handler in the AmfNet project. The debugger stops at the > first line of this ashx, but when I try to step into the Fuel.AmfNet project > (which I oviously have the sources of) it does not work. > > Any suggestions welcome. > > Thanks, > > Zsolt > _______________________________________________ Monodevelop-list mailing list Monodevelop-list@... http://lists.ximian.com/mailman/listinfo/monodevelop-list |
| Free embeddable forum powered by Nabble | Forum Help |