Skip to content

Commit

Permalink
Fixes #109 #115 Debugger restart and menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Winger authored and Eric Winger committed Aug 27, 2018
1 parent 3c1f710 commit 71544c3
Show file tree
Hide file tree
Showing 5 changed files with 528 additions and 30 deletions.
20 changes: 10 additions & 10 deletions sources/JadeDebugger.cls
Original file line number Diff line number Diff line change
Expand Up @@ -352,18 +352,18 @@ updateSaveMethodOop: anInteger
!JadeDebugger categoriesFor: #clearUI!public! !
!JadeDebugger categoriesFor: #codeSourcePresenterClass!private! !
!JadeDebugger categoriesFor: #contextObject!public! !
!JadeDebugger categoriesFor: #copyStack!menu handlers!public! !
!JadeDebugger categoriesFor: #copyStack!menu handlers!private! !
!JadeDebugger categoriesFor: #createComponents!public! !
!JadeDebugger categoriesFor: #createSchematicWiring!public! !
!JadeDebugger categoriesFor: #getProcessList!public! !
!JadeDebugger categoriesFor: #implement!public! !
!JadeDebugger categoriesFor: #initializeProcess:message:terminateOnClose:!public! !
!JadeDebugger categoriesFor: #inspectVariable!public! !
!JadeDebugger categoriesFor: #onViewClosed!public! !
!JadeDebugger categoriesFor: #inspectVariable!menu handlers!private! !
!JadeDebugger categoriesFor: #onViewClosed!event handlers!public! !
!JadeDebugger categoriesFor: #queryCommand:!public! !
!JadeDebugger categoriesFor: #resumeProcess!public! !
!JadeDebugger categoriesFor: #runToCursor!public! !
!JadeDebugger categoriesFor: #saveMethod!public! !
!JadeDebugger categoriesFor: #resumeProcess!menu handlers!private! !
!JadeDebugger categoriesFor: #runToCursor!menu handlers!private! !
!JadeDebugger categoriesFor: #saveMethod!menu handlers!private! !
!JadeDebugger categoriesFor: #selectedFrame!public! !
!JadeDebugger categoriesFor: #selectedProcess!public! !
!JadeDebugger categoriesFor: #selectedVariable!public! !
Expand All @@ -372,10 +372,10 @@ updateSaveMethodOop: anInteger
!JadeDebugger categoriesFor: #stackInitialSelection!public! !
!JadeDebugger categoriesFor: #stackInitialSelectionData!public! !
!JadeDebugger categoriesFor: #statusBarText:!public! !
!JadeDebugger categoriesFor: #stepInto!public! !
!JadeDebugger categoriesFor: #stepOut!public! !
!JadeDebugger categoriesFor: #stepOver!public! !
!JadeDebugger categoriesFor: #terminateProcess!public! !
!JadeDebugger categoriesFor: #stepInto!menu handlers!private! !
!JadeDebugger categoriesFor: #stepOut!menu handlers!private! !
!JadeDebugger categoriesFor: #stepOver!menu handlers!private! !
!JadeDebugger categoriesFor: #terminateProcess!menu handlers!private! !
!JadeDebugger categoriesFor: #update!public! !
!JadeDebugger categoriesFor: #updateSaveMethodOop:!public! !

Expand Down
Loading

0 comments on commit 71544c3

Please sign in to comment.