[Bug 352903] [NEW] monodevelop 2 breakpoints do not work
Rocko
rockorequin at hotmail.com
Wed Apr 1 06:11:54 UTC 2009
Public bug reported:
Binary package hint: monodevelop-debugger-mdb
I installed monodevelop and monodevelop-debugger-mdb from Synaptic, ran
monodevelop, and created a simple webpage. I included a handler for a
button saying 'Click me':
using System;
using System.Web;
using System.Web.UI;
namespace monodevelop2test
{
public partial class Default : System.Web.UI.Page
{
public virtual void button1Clicked(object sender, EventArgs args)
{
button1.Text = "You clicked me";
button1.Enabled = false;
}
}
}
I assume that if I set a breakpoint on either of the two lines of code
starting with 'button1...', choose Run / Debug (or F5), and then click
on the button that appears in Firefox, monodevelop should halt the code
at the breakpoint.
However, it doesn't. The application *is* in Debug mode (it makes no
difference if I choose debug or release mode).
Version info:
ubuntu 9.04
monodevelop 1.9.3+dfsg-1ubuntu1
monodevelop-debugger-mdb 1.9.3+dfsg-1ubuntu1
** Affects: monodevelop-debugger-mdb (Ubuntu)
Importance: Undecided
Status: New
--
monodevelop 2 breakpoints do not work
https://bugs.launchpad.net/bugs/352903
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list