11Class {
2- #name : #CommandLineDapUIManager ,
3- #superclass : #NonInteractiveUIManager ,
4- #category : #' PharoDAP-UIManager'
2+ #name : ' CommandLineDapUIManager' ,
3+ #superclass : ' NonInteractiveUIManager' ,
4+ #category : ' PharoDAP-UIManager' ,
5+ #package : ' PharoDAP' ,
6+ #tag : ' UIManager'
57}
68
7- { #category : # debug }
9+ { #category : ' debug' }
810CommandLineDapUIManager >> debugProcess: process context: context label: title fullView: bool notification: notificationString [
911
1012 (OupsDebugRequest newForContext: context)
@@ -13,7 +15,7 @@ CommandLineDapUIManager >> debugProcess: process context: context label: title f
1315 submit
1416]
1517
16- { #category : # ' handle debug requests' }
18+ { #category : ' handle debug requests' }
1719CommandLineDapUIManager >> handleDebugRequest: aDebugRequest [
1820 | debuggerOpeningStrategy oupsSystem |
1921
@@ -26,20 +28,20 @@ CommandLineDapUIManager >> handleDebugRequest: aDebugRequest [
2628 oupsSystem suspendDebuggedProcess: aDebugRequest
2729]
2830
29- { #category : # debug }
31+ { #category : ' debug' }
3032CommandLineDapUIManager >> handleError: anError log: shouldLog [
3133
3234 self handleDebugRequest: (OupsDebugRequest newForException: anError)
3335
3436]
3537
36- { #category : # ' handle debug requests' }
38+ { #category : ' handle debug requests' }
3739CommandLineDapUIManager >> handleWarningDebugRequest: aWarningDebugRequest [
3840
3941 self handleDebugRequest: aWarningDebugRequest
4042]
4143
42- { #category : # ' ui requests' }
44+ { #category : ' ui requests' }
4345CommandLineDapUIManager >> inform: aString [
4446 | ws |
4547 ws := (FileLocator home / ' dap_inform' ) ensureCreateFile writeStream.
@@ -48,7 +50,7 @@ CommandLineDapUIManager >> inform: aString [
4850
4951]
5052
51- { #category : # ' default actions' }
53+ { #category : ' default actions' }
5254CommandLineDapUIManager >> unhandledErrorDefaultAction: anException [
5355
5456 anException debug
0 commit comments