Picon
Gravatar

Debugger crashes handling the breakpoints

When I add some breakpoints in a module in the source code window, if I
close that window and I open it again, all the breakpoints are lost, not
shown in the sidebar nor in the `Break' menu.

Also, when I open the source code window again (with all the breakpoints
lost), if I hit on the menu `Break->Enable All' or `Break->Disable All'
the debugger crashes with:

	dbg_wx_view:error {badmatch,false}

I'm using R15B.

Regards
--

-- 
Ricardo (http://r.untroubled.be/)
_______________________________________________
erlang-bugs mailing list
erlang-bugs <at> erlang.org
http://erlang.org/mailman/listinfo/erlang-bugs

Ahmed Omar | 14 Mar 17:38
Picon
Gravatar

Re: Debugger crashes handling the breakpoints

This commit should fix your issue


I already submitted it to erlang-patches

On Mon, Feb 6, 2012 at 9:54 PM, Ricardo Catalinas Jiménez <jimenezrick <at> gmail.com> wrote:
When I add some breakpoints in a module in the source code window, if I
close that window and I open it again, all the breakpoints are lost, not
shown in the sidebar nor in the `Break' menu.

Also, when I open the source code window again (with all the breakpoints
lost), if I hit on the menu `Break->Enable All' or `Break->Disable All'
the debugger crashes with:

       dbg_wx_view:error {badmatch,false}

I'm using R15B.


Regards
--
Ricardo (http://r.untroubled.be/)
_______________________________________________
erlang-bugs mailing list
erlang-bugs <at> erlang.org
http://erlang.org/mailman/listinfo/erlang-bugs

_______________________________________________
erlang-bugs mailing list
erlang-bugs <at> erlang.org
http://erlang.org/mailman/listinfo/erlang-bugs
Ahmed Omar | 15 Mar 09:29
Picon
Gravatar

Re: Debugger crashes handling the breakpoints

Sorry this is the correct link (based on master not maint)


Note : I found out that the OTP guys has it already fixed in their internal tests

On Wed, Mar 14, 2012 at 5:38 PM, Ahmed Omar <spawn.think <at> gmail.com> wrote:
This commit should fix your issue

I already submitted it to erlang-patches


On Mon, Feb 6, 2012 at 9:54 PM, Ricardo Catalinas Jiménez <jimenezrick <at> gmail.com> wrote:
When I add some breakpoints in a module in the source code window, if I
close that window and I open it again, all the breakpoints are lost, not
shown in the sidebar nor in the `Break' menu.

Also, when I open the source code window again (with all the breakpoints
lost), if I hit on the menu `Break->Enable All' or `Break->Disable All'
the debugger crashes with:

       dbg_wx_view:error {badmatch,false}

I'm using R15B.


Regards
--
Ricardo (http://r.untroubled.be/)
_______________________________________________
erlang-bugs mailing list
erlang-bugs <at> erlang.org
http://erlang.org/mailman/listinfo/erlang-bugs


_______________________________________________
erlang-bugs mailing list
erlang-bugs <at> erlang.org
http://erlang.org/mailman/listinfo/erlang-bugs

Gmane