Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Apr 21, 2024
1 parent 3ef0353 commit b5f12c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cm/cmind/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1651,15 +1651,13 @@ def breakpoint(self):
return dummy()

workplace = os.path.dirname(module_path)
self_module_path = os.path.dirname(__file__)

print ('~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~')
print ('Adding remote debug breakpoint ...')
if text != '':
print (text)
print ('')
print ('Add Folder to Workplace: {}'.format(workplace))
print ('Add Folder 2 to Workplace: {}'.format(self_module_path))
print ('Open Python file in VS to set breakpoint: {}'.format(module_path))
print ('')
print ('Start Python Debugger -> Remote Attach -> {} -> {}'.format(host, port))
Expand Down

0 comments on commit b5f12c0

Please sign in to comment.