diff options
| author | Michael Woerister <michaelwoerister@gmail> | 2013-09-06 16:00:08 +0200 | 
|---|---|---|
| committer | Michael Woerister <michaelwoerister@gmail> | 2013-09-10 16:25:19 +0200 | 
| commit | 93d6328d49e07f8c0ad98f5925c575d9c1b1cc9b (patch) | |
| tree | d22884589d9b884e432e5c78c50b265908222bab /src/test/debug-info/struct-in-struct.rs | |
| parent | 382cb500be6c9927805bd9cd7af6a0558333dd0f (diff) | |
| download | rust-93d6328d49e07f8c0ad98f5925c575d9c1b1cc9b.tar.gz rust-93d6328d49e07f8c0ad98f5925c575d9c1b1cc9b.zip | |
debuginfo: Support for namespaces (functions only)
Diffstat (limited to 'src/test/debug-info/struct-in-struct.rs')
| -rw-r--r-- | src/test/debug-info/struct-in-struct.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/test/debug-info/struct-in-struct.rs b/src/test/debug-info/struct-in-struct.rs index 307d141c3e2..f1690fba354 100644 --- a/src/test/debug-info/struct-in-struct.rs +++ b/src/test/debug-info/struct-in-struct.rs @@ -10,7 +10,7 @@ // compile-flags:-Z extra-debug-info // debugger:set print pretty off -// debugger:break zzz +// debugger:rbreak zzz // debugger:run // debugger:finish | 
