Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Python Exception <type 'exceptions.KeyError'> with cy break in cygdb
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Joon  
View profile  
 More options Oct 7 2012, 2:55 pm
From: Joon <joonp...@gmail.com>
Date: Sun, 7 Oct 2012 11:55:51 -0700 (PDT)
Local: Sun, Oct 7 2012 2:55 pm
Subject: Python Exception <type 'exceptions.KeyError'> with cy break in cygdb

Hi,

I tried to set breakpoint with (gdb) cy break packagename.modulename:14,
but I've got the following error:

(gdb) cy break _simulation._cal_neg_sum_dis_pi:574
Python Exception <type 'exceptions.KeyError'>
('_simulation._cal_neg_sum_dis_pi',):
Error occurred in Python command: ('_simulation._cal_neg_sum_dis_pi',)

But when I do just (gdb) cy break packagename.modulename:

(gdb) cy break _simulation._cal_neg_sum_dis_pi
Function "__pyx_f_11_simulation__cal_neg_sum_dis_pi" not defined.
Breakpoint 1 (__pyx_f_11_simulation__cal_neg_sum_dis_pi) pending.

I do not know what is going on with the "... not defined" message, but at
least the breakpoint is set and when I do (gdb) cy run it stops at the
breakpoint.

Thank you,
Joon


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »