Skip to content
Snippets Groups Projects
Commit f911d714 authored by hjk's avatar hjk
Browse files

debugger: make profiling the python dumpers optional

parent 050d91e3
No related branches found
No related tags found
No related merge requests found
......@@ -784,7 +784,7 @@ class FrameCommand(gdb.Command):
super(FrameCommand, self).__init__("bb", gdb.COMMAND_OBSCURE)
def invoke(self, args, from_tty):
if False:
if True:
bb(args)
else:
import cProfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment