~ubuntu-branches/ubuntu/raring/ess/raring-proposed

« back to all changes in this revision

Viewing changes to lisp/ess-tracebug.el

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2012-06-07 11:52:04 UTC
  • mfrom: (1.2.26)
  • Revision ID: package-import@ubuntu.com-20120607115204-6a8d8gf1tznxow7h
Tags: 12.04-4-1
New upstream patch version released today

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
error navigation functionality.  Strictly speaking ess-tracebug
304
304
is not a minor mode. It integrates globally into ESS and iESS.
305
305
 
306
 
See `ess-tracebug-help' for the overview of ess-tracebug functionality.
307
 
 
308
 
Note: The functionality in ess-tracebug is divided on conceptual
309
 
grounds in tracing and debugging and could be
310
 
activated/deactivate separately with `ess-traceback' and
311
 
`ess-debug' respectively.
312
 
"
 
306
See `ess-tracebug-help' for the overview of ess-tracebug functionality."
 
307
 
 
308
;; Note: The functionality in ess-tracebug is divided on conceptual
 
309
;; grounds in tracing and debugging and could be
 
310
;; activated/deactivate separately with `ess-tb-start' and
 
311
;; `ess-dbg-start' respectively.
 
312
 
313
313
  (interactive "P")
314
314
  (ess-force-buffer-current "R process to activate the tracebug mode: ")
315
315
  (with-current-buffer (process-buffer (get-process ess-local-process-name))