Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
bc90635e
Commit
bc90635e
authored
Dec 19, 2020
by
John Bampton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: remove trailing whitespace
parent
8f06789c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Doxyfile
Doxyfile
+3
-3
doc/guides/debugger.md
doc/guides/debugger.md
+3
-3
No files found.
Doxyfile
View file @
bc90635e
...
@@ -27,12 +27,12 @@ INPUT = README.md \
...
@@ -27,12 +27,12 @@ INPUT = README.md \
# Red for Ruby
# Red for Ruby
HTML_COLORSTYLE_HUE = 359
HTML_COLORSTYLE_HUE = 359
# The following expansions
# The following expansions
ENABLE_PREPROCESSING = YES
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = NO
EXPAND_ONLY_PREDEF = NO
PREDEFINED =
PREDEFINED =
EXPAND_AS_DEFINED =
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = NO
SKIP_FUNCTION_MACROS = NO
# This tells doxygen to search the places that make sense
# This tells doxygen to search the places that make sense
...
...
doc/guides/debugger.md
View file @
bc90635e
...
@@ -264,7 +264,7 @@ Example:
...
@@ -264,7 +264,7 @@ Example:
```
```
(sample.rb:1) info breakpoints
(sample.rb:1) info breakpoints
Num Type Enb What
Num Type Enb What
1 breakpoint y at sample.rb:3 -> file name,line number
1 breakpoint y at sample.rb:3 -> file name,line number
2 breakpoint n in Sample_class:sample_class_method -> [class:]method name
2 breakpoint n in Sample_class:sample_class_method -> [class:]method name
3 breakpoint y in sample_global_method
3 breakpoint y in sample_global_method
...
@@ -274,8 +274,8 @@ Displaying the specified breakpoint number:
...
@@ -274,8 +274,8 @@ Displaying the specified breakpoint number:
```
```
(foo.rb:1) info breakpoints 1 3
(foo.rb:1) info breakpoints 1 3
Num Type Enb What
Num Type Enb What
1 breakpoint y at sample.rb:3
1 breakpoint y at sample.rb:3
3 breakpoint y in sample_global_method
3 breakpoint y in sample_global_method
```
```
...
...
Write
Preview
Markdown
is supported
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