← Back to team overview

gnusim8085-devel team mailing list archive

[Bug 519836] Re: Breakpoint Toggling

 

Hi,

I put together a quick patch for this.

1. I have used the "line-mark-activated" signal of GtkSourceView to toggle the breakpoint.
2. I have also modified the gui_editor_toggle_mark() function to accept a line number parameter.
3. Due to the above change I had to modify the bridge.c file where the above function is called.

--Debjit


** Patch added: "toggle-breakpoint.patch"
   http://launchpadlibrarian.net/49628984/toggle-breakpoint.patch

-- 
Breakpoint Toggling
https://bugs.launchpad.net/bugs/519836
You received this bug notification because you are a member of
GNUSim8085 developers, which is subscribed to gnusim8085.

Status in gnusim8085: New

Bug description:
More of a usability improvement. It would be better to toggle breakpoints by clicking on the line number in the editor window or adding a menu entry in the right click menu of the source editor.