Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
a1d4514b
Commit
a1d4514b
authored
Nov 14, 2007
by
mnislaih
Browse files
Add test for #1892 - :info of a bkpt binding panics
parent
d09518c9
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/ghci.debugger/scripts/all.T
View file @
a1d4514b
...
...
@@ -51,6 +51,7 @@ test('break021', normal, ghci_script, ['break021.script'])
test
('
break024
',
normal
,
ghci_script
,
['
break024.script
'])
test
('
break025
',
normal
,
ghci_script
,
['
break025.script
'])
test
('
break026
',
normal
,
ghci_script
,
['
break026.script
'])
test
('
break027
',
normal
,
ghci_script
,
['
break027.script
'])
test
('
dynbrk001
',
normal
,
ghci_script
,
['
dynbrk001.script
'])
test
('
dynbrk002
',
normal
,
ghci_script
,
['
dynbrk002.script
'])
...
...
testsuite/tests/ghc-regress/ghci.debugger/scripts/break027.script
0 → 100644
View file @
a1d4514b
:l ../Qsort
:break qsort
qsort [3,2,1]
:step
:i a
testsuite/tests/ghc-regress/ghci.debugger/scripts/break027.stdout
0 → 100644
View file @
a1d4514b
Breakpoint 0 activated at ../Qsort.hs:(4,0)-(6,54)
Stopped at ../Qsort.hs:(4,0)-(6,54)
_result :: [a] = _
Stopped at ../Qsort.hs:5:15-50
_result :: [a] = _
a :: a = _
left :: [a] = _
right :: [a] = _
a :: a -- <no location info>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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