On this page:
top
up

17drracket:debugπŸ”— i

argument extends/implements: drracket:frame:<%>
Adds support for profiling information.

method

(send a-drracket:debug:profile-unit-frame show-profile-gui )

void?
Shows the GUI information shown about the profile.

method

(send a-drracket:debug:profile-unit-frame hide-profile-gui )

void?
Hides the GUI information shown about the profile.

argument extends/implements: drracket:unit:tab<%>
result implements: drracket:debug:profile-interactions-tab<%>
Tracks profiling information.

argument extends/implements: drracket:unit:definitions-text<%>
Tracks profiling information.

argument extends/implements: text%
Tracks test case coverage information.
argument extends/implements: drracket:rep:text<%>
result implements: drracket:debug:test-coverage-interactions-text<%>
Tracks test case coverage information.
argument extends/implements: drracket:rep:context<%>
result implements: drracket:debug:test-coverage-tab<%>
Tracks test case coverage information.
argument extends/implements: drracket:unit:frame<%>
result implements: drracket:debug:test-coverage-frame<%>
Tracks test case coverage information.

procedure

msg
exn
[ stack
#:definitions-textdefs
#:interactions-textints])
any/c
msg:string?
exn:any/c
stack:(or/c false/c (listof srcloc? ))=#f
Displays the error message represented by the string, adding embellishments like those that appears in the DrRacket REPL, specifically a clickable icon for the stack trace (if the srcloc location is not empty), and a clickable icon for the source of the error (read & syntax errors show their source locations and otherwise the first place in the stack trace is shown).

If stack is false, then the stack traces embedded in the exn argument (if any) are used. Specifically, this function looks for a stacktrace via errortrace-key in the continuation marks of exn and continuation-mark-set->context .

If stack is not false, that stack is added to the stacks already in the exception.

This should be called in the same eventspace and on the same thread as the error.
This function implements an error-display-handler in terms of another error-display-handler.

See also Racket’s error-display-handler parameter.

If the current-error-port is the definitions window in DrRacket, this error handler inserts some debugging annotations, calls oedh, and then highlights the source location of the runtime error.

It looks for both stack trace information in the continuation marks both via the errortrace/errortrace-key module and via continuation-mark-set->context .
Hides the backtrace window.
Adds the profiling preferences panel.
Returns a function suitable for use with current-compile .

The result function first adds debugging information to its argument and then passes it to oc.
oe:(-> any/c any )
Returns a function suitable for use with current-eval .

The result function first adds debugging information to its argument and then passes it to oe.
enabled?:boolean?
Determines if the test-coverage annotation is added by the result of drracket:debug:make-debug-eval-handler .
The name of the style% object (in editor:get-standard-style-name) used to indicate a covered region of code.
The name of the style% object (in editor:get-standard-style-name) used to indicate a region of code that tests (or any code, really) didn’t cover.
enabled?:boolean?
Determines if the profiling annotation is added by the result of drracket:debug:make-debug-eval-handler .
query:(listof (cons/c symbol? (or/c #fstring? )))
Builds a url that goes to the trac report system. The query argument is used as the url’s query field.
The icon used in the DrRacket REPL when an exception is raised that includes blame information blaming a PLaneT package. (Clicking the icon connects to the PLaneT bug report form.)

procedure

[ edition-pair])
void?
debug-info:(or/c srcloc? (listof srcloc? ))
edition-pair :
(or/c #f(cons/c (λ (x)(and (weak-box? x)
(let ([v(weak-box-value x)])
(or (not v)
(is-a? veditor<%> )))))
= #f
This function opens a DrRacket to display debug-info. Only the src the position and the span fields of the srcloc are considered.

The edition-pair is used to determine if a warning message is shown when before opening the file. If the edition-pair is not #f, it is compared with the result of get-edition-number of the editor that is loaded to determine if the file has been edited since the source location was recorded. If so, it puts up a warning dialog message to that effect.

procedure

error-message
dis
editions-pairs
defs
ints)
void?
error-message:string?
dis:(listof srcloc? )
editions-pairs :
(or/c
#f
(cons/c (λ (x)
(let ([v(weak-box-value x)])
(or (not v)
(is-a? veditor<%> )))))
number? )))
Same as drracket:debug:show-backtrace-window/edition-pairs/two , where the dis2 and editions-pairs2 arguments are both '()

procedure

error-message
dis1
editions-pairs1
dis2
editions-pairs2
defs
ints)
void?
error-message:string?
dis1:(listof srcloc? )
editions-pairs1 :
(or/c
#f
(cons/c (λ (x)
(let ([v(weak-box-value x)])
(or (not v)
(is-a? veditor<%> )))))
number? )))
dis2:(listof srcloc? )
editions-pairs2 :
(or/c
#f
(cons/c (λ (x)
(let ([v(weak-box-value x)])
(or (not v)
(is-a? veditor<%> )))))
number? )))
Shows the backtrace window you get when clicking on the bug in DrRacket’s REPL.

The error-message argument is the text of the error, dis1 and dis2 are the stacktrace information, extracted from the continuation mark in the exception record, using errortrace-key and using continuation-mark-set->context .

The editions1 and editions2 arguments indicate the editions of any editors that are open editing the files corresponding to the source locations. The lists must have the same length as dis1 and dis2.

The defs argument should be non-#f if there are possibly stacktrace frames that contain unsaved versions of the definitions window from DrRacket. Similarly, the ints argument should be non-#f if there are possibly stacktrace frames that contain unsaved versions of the interactions window.

Use drracket:rep:current-rep to get the rep during evaluation of a program.
Returns the background color used to highlight errors in the definitions window (and other places, possibly). See also drracket:debug:get-error-color-name .

The result depends on the 'framework:white-on-black? preference setting.
Returns the name of the background color used to highlight errors in the definitions window (and other places, possibly).

procedure

dis
[ rep
defs])void?
error-message:string?
dis :
Shows the backtrace window you get when clicking on the bug in DrRacket’s REPL.

If dis is a list of srcloc? , then this function simply calls drracket:debug:show-backtrace-window/edition-pairs , passing error-message, dis, and a list of #f that is as long as dis.

If dis is an exn:fail? , then this function calls drracket:debug:show-backtrace-window/edition-pairs/two , extracting the builtin stack trace (via continuation-mark-set->context ) and an errortrace stack trace from the continuation marks in exn .

top
up

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /