Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
7109d1e6
Commit
7109d1e6
authored
Feb 16, 2007
by
mnislaih
Browse files
Update test dynbk001 due to new functionality in :break add
parent
d7515c61
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/ghci.debugger/dynbk1/dynbk001.script
View file @
7109d1e6
:set -fglasgow-exts
:set -fglasgow-exts
:l ../Test
:l ../Test
:break add 1
-- Illegal, no module loaded under debugging mode
:set -fdebugging
:set -fdebugging
:l ../QSort
:l ../QSort
...
@@ -12,9 +17,6 @@
...
@@ -12,9 +17,6 @@
:break del QSort 1 1
:break del QSort 1 1
-- Illegal: no breakpoint at (1,1) in Main
-- Illegal: no breakpoint at (1,1) in Main
:break add 1
-- Illegal syntax
:break add NonModule 1
:break add NonModule 1
-- Illegal: I don't know this module
-- Illegal: I don't know this module
...
...
testsuite/tests/ghc-regress/ghci.debugger/dynbk1/dynbk001.stdout
View file @
7109d1e6
*** Exception: Module main:Test.Test2 was not loaded under debugging mode.
Enable debugging mode with -fdebugging (and reload your module)
Not a valid breakpoint #. Use :breakpoint list to see the current breakpoints.
Not a valid breakpoint #. Use :breakpoint list to see the current breakpoints.
*** Exception: No suitable breakpoint site found
*** Exception: No suitable breakpoint site found
*** Exception: No suitable breakpoint site found
*** Exception: No suitable breakpoint site found
Breakpoint set at main:QSort:5:15
Could not find module `NonModule':
Could not find module `NonModule':
Use -v to see a list of the files searched for.
Use -v to see a list of the files searched for.
Could not find module `Test':
Could not find module `Test':
...
...
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