Skip to content

Commit

Permalink
Load GToolkit-PharoOverrides-Debugger after all code is loaded [feenk…
Browse files Browse the repository at this point in the history
  • Loading branch information
chisandrei committed May 15, 2024
1 parent 4ef5f78 commit 31ec0e1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 93 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ BaselineOfGToolkitDebugger >> baseline: spec [
spec baseline: 'GToolkitInspector' with: [
spec repository: 'github://feenkcom/gtoolkit-inspector:main/src' ].
spec
package: 'GToolkit-Debugger-PharoOverrides';
package: 'GToolkit-Debugger' with: [
spec requires: #('GToolkitInspector' 'GToolkit-Debugger-PharoOverrides'). ];
spec requires: #('GToolkitInspector'). ];
package: 'GToolkit-Debugger-MoldableExceptions' with: [
spec requires: #('GToolkit-Debugger' ). ];

Expand Down
29 changes: 0 additions & 29 deletions src/GToolkit-Debugger-PharoOverrides/BlBlocUIManager.extension.st

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion src/GToolkit-Debugger-PharoOverrides/package.st

This file was deleted.

0 comments on commit 31ec0e1

Please sign in to comment.