Vector35/debugger

Consider using the "Make Code" feature to handle the case when the target stops at a place with no function

Closed this issue · 2 comments

Right now we are creating a function -- that may or may not be what we want. If it stops at a library function, doing so often times result in the creation of a lot of useless functions in that library

Or even better we should only do so when the target stops outside of the main library/executable

Duplicate of #112