Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clm
Commits
7c65f197
Commit
7c65f197
authored
May 21, 2003
by
Diederik van Arkel
Browse files
improve mac debug utils;
parent
4bdf0984
Changes
3
Hide whitespace changes
Inline
Side-by-side
CleanIDE/Mac/dodebug.icl
View file @
7c65f197
...
...
@@ -21,13 +21,13 @@ abort`` a b = abort (toString b)
trace_l
::
![
a
]
.
b
->
.
b
|
toString
a
trace_l
[]
e
=
e
trace_l
[
h
:
t
]
e
#!
e
=
trace_n
h
e
#!
e
=
trace_n
`
h
e
=
trace_l
t
e
trace_rgn
::
!{#.
Char
}
!
Int
->
Int
trace_rgn
txt
rgn
#
(
isRect
,
rct
,_)=
osgetrgnbox
rgn
OSNewToolbox
#
rgn
=
trace_n
(
txt
+++
xxx
rct
isRect
)
rgn
#
rgn
=
trace_n
`
(
txt
+++
xxx
rct
isRect
)
rgn
=
rgn
where
xxx
{
rleft
,
rtop
,
rright
,
rbottom
}
isRect
=
...
...
@@ -39,7 +39,7 @@ where
trace_col
::
!{#.
Char
}
!
Colour
->
Colour
trace_col
txt
col
=
trace_n
(
txt
+++
xxx
col
)
col
=
trace_n
`
(
txt
+++
xxx
col
)
col
where
xxx
colour
=
case
colour
of
Black
->
"BlackColor"
...
...
CleanIDE/Mac/nodebug.dcl
0 → 100755
View file @
7c65f197
definition
module
nodebug
trace_n`
msg
a
:==
a
DebugStr`
msg
a
:==
a
CleanIDE/Mac/nodebug.icl
0 → 100755
View file @
7c65f197
implementation
module
nodebug
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment